Refixed the grammar issues in docker-overview.md

This commit is contained in:
Vimal Raghubir 2018-05-23 16:41:55 -04:00 committed by Joao Fernandes
parent 0d84273e2e
commit 93b084adbb
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 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