https://github.com/stefaniuk/docker-nginx
Customised NGINX base image
https://github.com/stefaniuk/docker-nginx
docker-image nginx
Last synced: about 2 months ago
JSON representation
Customised NGINX base image
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-nginx
- Owner: stefaniuk
- Created: 2017-06-14T12:56:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T11:41:47.000Z (over 7 years ago)
- Last Synced: 2025-05-17T02:45:00.631Z (about 1 year ago)
- Topics: docker-image, nginx
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/codeworksio/docker-nginx) [](http://microbadger.com/images/codeworksio/nginx) [](http://microbadger.com/images/codeworksio/nginx) [](http://microbadger.com/images/codeworksio/nginx) [](https://hub.docker.com/r/codeworksio/nginx/)
Docker NGINX
============
Customised NGINX base image.
Installation
------------
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/nginx/).
docker pull codeworksio/nginx
Alternatively you can build the image yourself.
docker build --tag codeworksio/nginx \
github.com/codeworksio/docker-nginx
Testing
-------
make build test
Configuration
-------------
* Use `CMD [ "/sbin/init.sh", "--debug" ]` (or override it from the command line) in a child image to run NGINX in the debug mode
TODO
----
* Check GPG keys
* Use `/var/cache/nginx` directory instead of `/usr/local/nginx`