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

docs - remove references to run -a
This commit is contained in:
Solomon Hykes 2013-03-26 20:08:25 -07:00
commit f951f7876b
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,
# 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

View File

@ -156,7 +156,7 @@ You are now ready for the dockers “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