--prefix=/usr/local/nginx --sbin-path=/usr/local/nginx/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/data/logs/nginx/error.log --http-log-path=/data/logs/nginx/access.log --pid-path=/var/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --pid-path=/var/run/nginx.pid --lock-path=/var/lock/subsys/nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gzip_static_module --with-http_stub_status_module --with-mail --with-mail_ssl_module --with-openssl-opt=enable-tlsext --with-http_perl_module --with-stream --with-pcre --add-module=/usr/local/src/nginx_upstream_check_module
nginx_upstream_check_module
EXPOSE 80 #nginx 1111 #nginx_upstream_check_module 8080 test
docker run -idt -v /etc/nginx/:/etc/nginx/ -p:8080:8080 -p1111:1111 -p80:80 --name nginx brandewang/nginx
Content type
Image
Digest
Size
243.7 MB
Last updated
over 7 years ago
docker pull brandewang/nginx