Skip to content

Commit

Permalink
Fix minor wording
Browse files Browse the repository at this point in the history
Signed-off-by: Metal <2466052+tedhexaflow@users.noreply.github.com>
(cherry picked from commit 3b502ca)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
tedt10e authored and thaJeztah committed Jul 2, 2021
1 parent c7cf60f commit f3dd1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f3dd1ee

Please sign in to comment.