Map the Container Ports

# Introduction Docker is a popular platform for developing, shipping, and running applications. The `docker port` command is used to list the public-facing ports of a container. And the docker run command allows flexible mapping of container ports. In this challenge, you will learn how to use the `docker port` command and the `docker run` command to manage ports in Docker step-by-step.

|60 : 00

Click the virtual machine below to start practicing