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

changed deprecated -rm option to --rm

changed deprecated -rm option to --rm
This commit is contained in:
Joel Handwell 2014-05-14 16:22:38 -04:00
parent 4af465fccf
commit 137f4b326a

View file

@ -35,7 +35,7 @@ quick access to a test container.
Build the image using:
$ sudo docker build -rm -t eg_sshd .
$ sudo docker build --rm -t eg_sshd .
Then run it. You can then use `docker port` to find
out what host port the container's port 22 is mapped to: