April 2017
Beginner
404 pages
9h 30m
English
Perform the following steps in order to create a container:
docker run --rm -it -p 80:80 hellodocker cmd
This should create a container and connect to it. You should see a new command shell open if creating a new container was successful, as shown in the following screenshot:

For accessing port 80 on Azure VMs, an endpoint ...
Read now
Unlock full access