docs - remove references to run -a

This commit is contained in:
Hunter Blanks 2013-03-26 19:31:35 -07:00
parent a710475726
commit 7e4ac6c689
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Running an interactive shell
# Run an interactive shell in the base image, # Run an interactive shell in the base image,
# allocate a tty, attach stdin and stdout # 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 Starting a long-running worker process

View file

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