Introduction
In the previous post, we have covered how to work with Docker container and Docker image.
In this post, we will see how to create a custom container image using Dockerfile. We will download an Ubuntu image from Docker hub and customize it as per our requirement. After that, we will build our custom Ubuntu image.