mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
changed deprecated -rm option to --rm
changed deprecated -rm option to --rm
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user