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