Browse code

changed deprecated -rm option to --rm

changed deprecated -rm option to --rm

Joel Handwell authored on 2014/05/15 05:22:38
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@ quick access to a test container.
35 35
 
36 36
 Build the image using:
37 37
 
38
-    $ sudo docker build -rm -t eg_sshd .
38
+    $ sudo docker build --rm -t eg_sshd .
39 39
 
40 40
 Then run it. You can then use `docker port` to find
41 41
 out what host port the container's port 22 is mapped to: