1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

changed deprecated -name option to --name

changed deprecated -name option to --name
This commit is contained in:
Joel Handwell 2014-05-14 16:24:08 -04:00
parent 4af465fccf
commit 2d622df835

View file

@ -40,7 +40,7 @@ Build the image using:
Then run it. You can then use `docker port` to find
out what host port the container's port 22 is mapped to:
$ sudo docker run -d -P -name test_sshd eg_sshd
$ sudo docker run -d -P --name test_sshd eg_sshd
$ sudo docker port test_sshd 22
0.0.0.0:49154