Docker creates an image that supports Nginx service

Source: Internet
Author: User

Tag: Docker creates an image that supports Nginx service

#本地已有镜像FROM docker.io/centos# Author Information maintainer Liangyj [email protected] #安装包文件RUN Yum install-y gcc pcre pcre-devel zlib Zli B-devel bzip2 bzip2-devel make# Download and unzip Nginxworkdir/usr/local/srcrun wget http://nginx.org/download/ Nginx-1.8.0.tar.gzrun tar xzvf nginx-1.8.0.tar.gzworkdir/usr/local/src/nginx-1.8.0# compiled and installed Nginxrun./configure-- Prefix=/usr/local/nginx--with-http_realip_module--with-http_sub_module--with-http_gzip_static_module-- With-http_stub_status_module--with-pcrerun ["Make"]run ["Make", "Install"]expose 80# delete Nginx source package and unzip the file RUN rm-rf/usr/ Local/src/nginx-1.8.0.tar.gzrun rm-rf/usr/local/src/nginx-1.8.0#cmd["/usr/local/nginx/sbin/nginx", "-C", "/usr/ Local/nginx/conf/nginx.conf "]


This article is from the "Ubuntu" blog, so be sure to keep this source http://thankinglove.blog.51cto.com/2311485/1794974

Docker creates an image that supports Nginx service

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.