diff --git a/engine/docker-overview.md b/engine/docker-overview.md index d7d27a41e1..aa78a0eda3 100644 --- a/engine/docker-overview.md +++ b/engine/docker-overview.md @@ -187,7 +187,7 @@ local command-line session, and runs `/bin/bash`. $ docker run -i -t ubuntu /bin/bash ``` -When you run this command, the following happens (assuming you have are using +When you run this command, the following happens (assuming you are using the default registry configuration): 1. If you do not have the `ubuntu` image locally, Docker pulls it from your