1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Signed-off-by: Anthon van der Neut <a.van.der.neut@ruamel.eu>
This commit is contained in:
Anthon van der Neut 2015-12-31 17:07:45 +01:00 committed by Anthon van der Neut
parent e7e3e568d1
commit b4d4a805ea

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: