From 3557b2b9d96997473149969e8236b2f6e656463b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 19 Dec 2023 19:26:07 +0100 Subject: [PATCH] Update docs/reference/commandline/network_create.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/reference/commandline/network_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/network_create.md b/docs/reference/commandline/network_create.md index 9240c8c311b7..44965adb8007 100644 --- a/docs/reference/commandline/network_create.md +++ b/docs/reference/commandline/network_create.md @@ -97,7 +97,7 @@ You can connect multiple containers to the same network. Once connected, the containers can communicate 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. +daemons can also communicate in this way. You can disconnect a container from a network using the `docker network disconnect` command.