diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index d0024ad67a..eef81dd81c 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.