Merge pull request #5804 from joelhandwell/patch-1
changed deprecated -rm option to --rm
This commit is contained in:
commit
79be9f8d7f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue