A drop-in replacement container image to NGINX using ANGIE
This image includes the entrypoint scripts found in the NGINX official container image with a few modifications to support ANGIE.
To use this image, simply replace nginx with socheatsok78/angie. For example:
-FROM nginx:stable-alpine
+FROM socheatsok78/angie:minimalSource | Docker Hub | GitHub Container Registry
The container image tags are created following the official Angie container images, see https://en.angie.software/angie/docs/installation/docker/ for more details.
Examples:
socheatsok78/angie:minimal: same asangie:minimalsocheatsok78/angie:<VERSION>-minimal: same asangie:<VERSION>-minimal
This project is licensed under the BSD-2-Clause license. See the LICENSE file for details.