From b4d4a805eaaf56c071327a528d8837f18796e209 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Thu, 31 Dec 2015 17:07:45 +0100 Subject: [PATCH] fix typo Signed-off-by: Anthon van der Neut --- docs/userguide/networkingcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networkingcontainers.md b/docs/userguide/networkingcontainers.md index a7917e0e8c..c0b9dc80dd 100644 --- a/docs/userguide/networkingcontainers.md +++ b/docs/userguide/networkingcontainers.md @@ -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: