Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefaniuk/docker-nginx
Customised NGINX base image
https://github.com/stefaniuk/docker-nginx
docker-image nginx
Last synced: about 6 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T11:41:47.000Z (over 5 years ago)
- Last Synced: 2024-04-16T07:49:24.824Z (7 months ago)
- Topics: docker-image, nginx
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/codeworksio/docker-nginx.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-nginx) [![Size](https://images.microbadger.com/badges/image/codeworksio/nginx.svg)](http://microbadger.com/images/codeworksio/nginx) [![Version](https://images.microbadger.com/badges/version/codeworksio/nginx.svg)](http://microbadger.com/images/codeworksio/nginx) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/nginx.svg)](http://microbadger.com/images/codeworksio/nginx) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/nginx.svg)](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-nginxTesting
-------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`