Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardbejarano/nginx
🦅 Built-from-source container image of NGINX
https://github.com/ricardbejarano/nginx
docker nginx
Last synced: 16 days ago
JSON representation
🦅 Built-from-source container image of NGINX
- Host: GitHub
- URL: https://github.com/ricardbejarano/nginx
- Owner: ricardbejarano
- License: mit
- Created: 2018-08-27T20:24:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T09:15:33.000Z (3 months ago)
- Last Synced: 2024-08-17T10:28:45.714Z (3 months ago)
- Topics: docker, nginx
- Language: Dockerfile
- Homepage:
- Size: 222 KB
- Stars: 245
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
* Compiled from source during build time
* Built `FROM scratch`, with zero bloat
* Reduced attack surface (no shell, no UNIX tools, no package manager...)
* Runs as unprivileged (non-`root`) user## Tags
### Docker Hub
Available on Docker Hub as [`docker.io/ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
- [`1.27.0`, `latest` *(Dockerfile)*](Dockerfile)
### RedHat Quay
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
- [`1.27.0`, `latest` *(Dockerfile)*](Dockerfile)
## Configuration
### Volumes
- Mount your **configuration** at `/etc/nginx/nginx.conf`.