Simple modified nginx image with a custom Hello World HTML page.
1.5K
This is a simple modified nginx image to serve the static files in the html directory. The Docker image will be updated every 90 days to ensure the latest version of nginx.
docker run -d -p 8381:80 codingforentrepreneurs/cfe-nginx:latest
Then open your browser to http://localhost:8381 with:
open http://localhost:8381
Content type
Image
Digest
sha256:f697ad3b4…
Size
67.7 MB
Last updated
over 2 years ago
docker pull codingforentrepreneurs/cfe-nginx