diff --git a/engine/docker-overview.md b/engine/docker-overview.md index 44eb204f85..ae29c4ad7b 100644 --- a/engine/docker-overview.md +++ b/engine/docker-overview.md @@ -206,8 +206,8 @@ the default registry configuration): connect to external networks using the host machine's network connection. 5. Docker starts the container and executes `/bin/bash`. Because the container - is run interactively and attached to your terminal (due to the `-i` and `-t`) - flags, you can provide input using your keyboard and output is logged to + is run interactively and attached to your terminal (due to the `-i` and `-t` + flags), you can provide input using your keyboard and output is logged to your terminal. 6. When you type `exit` to terminate the `/bin/bash` command, the container