From 7e4ac6c689a00760b38b32edd91f1885e2237cd5 Mon Sep 17 00:00:00 2001 From: Hunter Blanks Date: Tue, 26 Mar 2013 19:31:35 -0700 Subject: [PATCH] docs - remove references to run -a --- docs/sources/documentation/commandline/basecommands.rst | 2 +- docs/sources/documentation/installation/windows.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/documentation/commandline/basecommands.rst b/docs/sources/documentation/commandline/basecommands.rst index 180ad413a8..10b58ef1f8 100644 --- a/docs/sources/documentation/commandline/basecommands.rst +++ b/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 diff --git a/docs/sources/documentation/installation/windows.rst b/docs/sources/documentation/installation/windows.rst index 7c0b15be4b..f731531911 100644 --- a/docs/sources/documentation/installation/windows.rst +++ b/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