fix for a tiny grammar mistake (#2948)

This commit is contained in:
mtilson 2017-04-20 15:25:48 +03:00 committed by John Mulhausen
parent d93ebcd9a1
commit b62780d875
1 changed files with 1 additions and 1 deletions

View File

@ -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