From 137f4b326ad1669cd562fa59d809f39d21b653fe Mon Sep 17 00:00:00 2001 From: Joel Handwell Date: Wed, 14 May 2014 16:22:38 -0400 Subject: [PATCH] changed deprecated -rm option to --rm changed deprecated -rm option to --rm --- 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 864d10c726..fc7cd933b2 100644 --- a/docs/sources/examples/running_ssh_service.md +++ b/docs/sources/examples/running_ssh_service.md @@ -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: