瀏覽代碼

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.
Harald Albers 11 年之前
父節點
當前提交
c5f55a233d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/examples/running_ssh_service.md

+ 1 - 1
docs/sources/examples/running_ssh_service.md

@@ -27,7 +27,7 @@ quick access to a test container.
 
 
 Build the image using:
 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
 Then run it. You can then use `docker port` to find out what host port
 the container's port 22 is mapped to:
 the container's port 22 is mapped to: