101-tutorial
101-tutorial copied to clipboard
command to get started
https://www.docker.com/101-tutorial
This website actually lists that command:
docker run -dp 80:80 docker/getting-started:pwd
Which is not what is then referred in the tutorial's first step.
Similar, but not exactly.