Merge pull request #6752 from mchelen/patch-5

fix typo
Upstream-commit: 7362a09cd9e3efa3e0e065e5b8d69a9dfd614cf2
Component: engine
This commit is contained in:
Sven Dowideit
2014-06-29 08:29:12 +10:00

View File

@ -94,7 +94,7 @@ yourself. This naming provides two useful functions:
that makes it easier for you to remember them, for example naming a
container with a web application in it `web`.
2. It provides Docker with reference point that allows it to refer to other
2. It provides Docker with a reference point that allows it to refer to other
containers, for example link container `web` to container `db`.
You can name your container by using the `--name` flag, for example: