Introduction
Docker is a popular platform for developing, shipping, and running applications. The docker create
command is used to create a new container from an image. In this challenge, you will learn how to use the docker create
command to create a new container step-by-step.