文件名称:docker-nginx-unprivileged:无特权的NGINX Dockerfiles
文件大小:68KB
文件格式:ZIP
更新时间:2024-06-03 02:12:42
docker nginx Shell
NGINX非特权Docker映像 该Dockerfile创建一个NGINX Docker映像,该映像以非root用户,非特权用户身份运行NGINX。 关于官方NGINX Docker映像的显着差异包括: 现在,默认的NGINX监听端口是8080而不是80 。 在默认的用户NGINX指令/etc/nginx/nginx.conf已被删除。 默认的NGINX PID已从/var/run/nginx.pid移至/tmp/nginx.pid 。 将*_temp_path变量更改为/tmp/* 。 Docker Hub映像是针对amd64 , arm32v5 (对于Debian), arm32v6 (对于Alpine), arm32v7 , arm64v8 , i386 , mips64le (对于Debian), ppc64le和s390x体系结构构建的,可以在找到 。
【文件预览】:
docker-nginx-unprivileged-main
----mainline()
--------alpine-perl()
--------debian()
--------alpine()
--------debian-perl()
----Dockerfile-alpine.template(6KB)
----entrypoint()
--------30-tune-worker-processes.sh(5KB)
--------docker-entrypoint.sh(1KB)
--------20-envsubst-on-templates.sh(1KB)
--------10-listen-on-ipv6-by-default.sh(2KB)
----stable()
--------alpine-perl()
--------debian()
--------alpine()
--------debian-perl()
----update.sh(3KB)
----LICENSE(11KB)
----Dockerfile-debian.template(6KB)
----README.md(752B)