Let us build a custom nginx image using our newly acquired Dockerfile knowledge.
Once we have built a customer nginx Docker image, we will then use it to start a Docker container and see our custom nginx image being put in use.
Dockerfile:
https://gist.github.com/ProProgrammer...
Custom index.html:
https://gist.github.com/ProProgrammer...