removed default --rm option from example build command

this line gave the false impression that containers are not removed
unless you specify the --rm argument.
Upstream-commit: c5f55a233de09f8aa4ce7f061e8da2d435017fef
Component: engine
This commit is contained in:
Harald Albers
2014-07-16 11:18:08 +02:00
parent bcb367a385
commit 013dc5d8c5
@@ -27,7 +27,7 @@ quick access to a test container.
Build the image using:
$ sudo docker build --rm -t eg_sshd .
$ sudo docker build -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: