Browse code

Merge pull request #203 from hblanks/remove-run-dash-a

docs - remove references to run -a

Solomon Hykes authored on 2013/03/27 12:08:25
Showing 2 changed files
... ...
@@ -17,7 +17,7 @@ Running an interactive shell
17 17
 
18 18
   # Run an interactive shell in the base image,
19 19
   # allocate a tty, attach stdin and stdout
20
-  docker run -a -i -t base /bin/bash
20
+  docker run -i -t base /bin/bash
21 21
 
22 22
 
23 23
 Starting a long-running worker process
... ...
@@ -156,7 +156,7 @@ You are now ready for the docker’s “hello world” example. Run
156 156
 
157 157
 .. code-block:: bash
158 158
 
159
-	docker run -a busybox echo hello world 
159
+	docker run busybox echo hello world
160 160
 
161 161
 .. image:: images/win/run_04.gif
162 162
    :alt: run docker