Customised NGINX base image.
Builds of the image are available on Docker Hub.
docker pull codeworksio/nginx
Alternatively you can build the image yourself.
docker build --tag codeworksio/nginx \
github.com/codeworksio/docker-nginx
make build test
- Use
CMD [ "/sbin/init.sh", "--debug" ]
(or override it from the command line) in a child image to run NGINX in the debug mode
- Check GPG keys
- Use
/var/cache/nginx
directory instead of/usr/local/nginx