Docker is a platform that helps run applications inside containers. One of its powerful features is that you can create custom Docker images from containers.
Now, you might be wondering, why bother creating an image from a container when you can just use Dockerfiles?
Well, one important reason is when