dockersamples / 101-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command to get started

Kebap opened this issue · comments

commented

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.