Description of the illustration docker_containerization_process.png

This illustration shows the steps that are involved in containerizing and running a microservice in the Docker engine.

The first step is creating a Docker file, followed by building a Docker image of your microservice, deploying your image to a Docker engine on a container, and then storing your Docker image in a container registry.