mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo
This commit is contained in:
parent
4a9dc8d73d
commit
0d2656ce6e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue