Files
docker-nginx-full/README.md
T
2021-05-07 11:21:21 +10:00

1.2 KiB

nginx-full

This is a base image for use in other images. See Dockerfile for build steps.

The following is compiled/installed:

  • OpenResty
  • Lua
  • Certbot
  • mkcert
  • dbmate
  • Python3 and pip

The following architectures are supported:

  • amd64
  • arm/v7
  • arm64

Usage:

FROM jc21/nginx-full

...