From f3dd1ee6c1eebe6c1389cbb67698fc5f6d455b9f Mon Sep 17 00:00:00 2001 From: Metal <2466052+tedhexaflow@users.noreply.github.com> Date: Fri, 4 Jun 2021 17:12:27 +0700 Subject: [PATCH] Fix minor wording Signed-off-by: Metal <2466052+tedhexaflow@users.noreply.github.com> (cherry picked from commit 3b502ca00ed93f88799e9e77f9d57d16d5ef2e99) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index d0024ad67ab0..eef81dd81cde 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -470,7 +470,7 @@ $ docker run -itd --network=my-net --ip=10.10.9.75 busybox If you want to add a running container to a network use the `docker network connect` subcommand. You can connect multiple containers to the same network. Once connected, the -containers can communicate easily need only another container's IP address +containers can communicate easily using only another container's IP address or name. For `overlay` networks or custom plugins that support multi-host connectivity, containers connected to the same multi-host network but launched from different Engines can also communicate in this way.