Skip to content

easypath/docker-image-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX

Runs NGINX 1.12.2 from the EPEL repo on CentOS 7. Configured to run as non-root. Dockerfile based on the offical Docker NGINX image (mainline stretch).

Available on Docker Hub: easypath/nginx

Building

Push to Docker Hub using Ansible:

ansible-playbook build.yaml -i localhost,

Running container:

docker run -d -p 80:8080 easypath/nginx:1.0

Access console:

docker run -it easypath/nginx:1.0 bash

About

NGINX Docker image configured to run as non-root

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published