Find a file
2019-02-20 08:22:25 +01:00
glibc added rootfs/etc/nginx/html, moved to glibc/ 2019-02-20 08:22:25 +01:00
rootfs added rootfs/etc/nginx/html, moved to glibc/ 2019-02-20 08:22:25 +01:00
LICENSE updated copyright year 2019-02-02 17:02:49 +01:00
README.md updated image size 2019-02-18 15:38:28 +01:00

nginx (Docker image)

Built-from-source container image of the NGINX HTTP server

Available at ricardbejarano/nginx.

Features

  • Super tiny (only 13.7MB)
  • Built from source, including libraries
  • Based on scratch, see the Filesystem section below for an exhaustive list of the image's contents
  • Included TLS1.3 protocol support (with OpenSSL)
  • Included brotli compression support (with ngx_brotli)

Filesystem

The image's contents are:

/
├── etc/
│   ├── group
│   ├── nginx/
│   │   ├── html/
│   │   │   ├── 50x.html
│   │   │   └── index.html
│   │   ├── mime.types
│   │   └── nginx.conf
│   └── passwd
├── lib/
│   └── x86_64-linux-gnu/
│       ├── ld-linux-x86-64.so.2
│       ├── libc.so.6
│       ├── libnss_files.so.2
│       ├── libnss_dns.so.2
│       └── libresolv.so.2
├── nginx
└── tmp/

License

See LICENSE.