Skip to content

Commit

Permalink
Merge pull request #3120 from tedhexaflow/fix-word-docker-run-network
Browse files Browse the repository at this point in the history
Fix minor wording
  • Loading branch information
thaJeztah authored Jun 4, 2021
2 parents 1c174ce + 3b502ca commit 117d156
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 117d156

Please sign in to comment.