| ... | ... |
@@ -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 |
|