commit 24fa22ba4f5fefc889da8be2e3007366397a9757 Author: Jamie Curnow Date: Wed Apr 28 10:37:48 2021 +1000 Initial readme diff --git a/README.md b/README.md new file mode 100644 index 0000000..36e7c01 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# nginx-full + +

+ + + + + + + + + + + + +

+ +This is a base image for use in other images. See Dockerfile for build steps. + + +### Usage: + +``` +FROM jc21/nginx-full + +... +```