Browse code

Merge pull request #8614 from ryanrdetzel/master

exec docs syntax fix

James Turnbull authored on 2014/10/18 03:38:43
Showing 1 changed files
... ...
@@ -642,7 +642,7 @@ This will create a container named `ubuntu_bash` and start a Bash session.
642 642
 This will create a new file `/tmp/execWorks` inside the running container
643 643
 `ubuntu_bash`, in the background.
644 644
 
645
-    $ sudo docker exec ubuntu_bash -it bash
645
+    $ sudo docker exec -it ubuntu_bash bash
646 646
 
647 647
 This will create a new Bash session in the container `ubuntu_bash`.
648 648