mirror of https://github.com/docker/docs.git
Refixed the grammar issues in docker-overview.md
This commit is contained in:
parent
0d84273e2e
commit
93b084adbb
|
|
@ -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 running 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 while the 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue