Browse Source

docs - remove references to run -a

Hunter Blanks 12 years ago
parent
commit
7e4ac6c689

+ 1 - 1
docs/sources/documentation/commandline/basecommands.rst

@@ -17,7 +17,7 @@ Running an interactive shell
 
   # Run an interactive shell in the base image,
   # allocate a tty, attach stdin and stdout
-  docker run -a -i -t base /bin/bash
+  docker run -i -t base /bin/bash
 
 
 Starting a long-running worker process

+ 1 - 1
docs/sources/documentation/installation/windows.rst

@@ -156,7 +156,7 @@ You are now ready for the docker’s “hello world” example. Run
 
 .. code-block:: bash
 
-	docker run -a busybox echo hello world 
+	docker run busybox echo hello world
 
 .. image:: images/win/run_04.gif
    :alt: run docker