codingforentrepreneurs / cfe-nginx

An NGINX Docker Container with a custom HTML page

Home Page:https://cfe-nginx.demo.cfe.sh

Repository from Github https://github.comcodingforentrepreneurs/cfe-nginxRepository from Github https://github.comcodingforentrepreneurs/cfe-nginx

codingforentrepreneurs/cfe-nginx:latest

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.

We'll use the public container in various tutorials and projects on Coding for Entrepreneurs.

Usage

docker run -d -p 8381:80 codingforentrepreneurs/cfe-nginx:latest

Then open your browser to http://localhost:8381 with:

open http://localhost:8381

Homepage Screenshot

Example Homepage Image

About

An NGINX Docker Container with a custom HTML page

https://cfe-nginx.demo.cfe.sh


Languages

Language:HTML 83.9%Language:Makefile 10.9%Language:Dockerfile 5.2%