A typo in docker-overview.md (#6588)

This commit is contained in:
newbieof410 2018-05-01 01:57:15 +08:00 committed by Gwendolynne Barr
parent 712c8acc39
commit 2ae44c1824
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ the default registry configuration):
connect to external networks using the host machine's network connection. connect to external networks using the host machine's network connection.
5. Docker starts the container and executes `/bin/bash`. Because the container 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`) 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 flags), you can provide input using your keyboard and output is logged to
your terminal. your terminal.
6. When you type `exit` to terminate the `/bin/bash` command, the container 6. When you type `exit` to terminate the `/bin/bash` command, the container