From c5f55a233de09f8aa4ce7f061e8da2d435017fef Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Wed, 16 Jul 2014 11:12:14 +0200 Subject: [PATCH] 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. --- docs/sources/examples/running_ssh_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/running_ssh_service.md b/docs/sources/examples/running_ssh_service.md index 579d372ba7..a8405e748e 100644 --- a/docs/sources/examples/running_ssh_service.md +++ b/docs/sources/examples/running_ssh_service.md @@ -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: