Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

agilentia/legacy-openshift-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NGINX Unprivileged Docker Image

This Dockerfile creates an NGINX Docker image that runs NGINX as a non root, unprivileged user. Notable differences with respect to the official NGINX Docker image include:

  • The default NGINX listen port is now 8080 instead of 80
  • The default NGINX user directive in /etc/nginx/nginx.conf has been removed
  • The default NGINX PID has been moved from /var/run/nginx.pid to /var/cache/nginx/nginx.pid
  • Change *_temp_path variables to /var/cache/nginx/*

About

Official Unprivileged NGINX Dockerfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published