mirror of https://github.com/docker/docs.git
A typo in docker-overview.md (#6588)
This commit is contained in:
parent
712c8acc39
commit
2ae44c1824
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue