Creating docker image for static HTML using Nginx
In this blog we will take a look at how to create and deploy static html with nginx as base image This blog is a beginners guide on how to create a basic docker image using nginx as base image which will help understand some of the basic concepts of docker. Before diving into the topic let’s understand some basics about docker and nginx Docker From Docker Documentation - Docker is an open platform for developing, shipping, and running applications....