Merge pull request #19028 from AvdN/patch-1

fix typo
Upstream-commit: c431bcba5bc8fd01d07d8b394044b22a250bc5b2
Component: engine
This commit is contained in:
Arnaud Porterie
2016-01-01 12:26:44 -08:00

View File

@ -28,7 +28,7 @@ yourself. This naming provides two useful functions:
container containing a web application `web`.
* Names provide Docker with a reference point that allows it to refer to other
containers. There are several commands that support this and you'll use one in a exercise later.
containers. There are several commands that support this and you'll use one in an exercise later.
You name your container by using the `--name` flag, for example launch a new container called web: