- 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
Available on Docker Hub as docker.io/ricardbejarano/nginx
:
Available on RedHat Quay as quay.io/ricardbejarano/nginx
:
- Mount your configuration at
/etc/nginx/nginx.conf
.