From de9a0b0fc07f02bea64ddc5a3f1a901d36f75c0d Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 28 Feb 2017 14:39:26 +0800 Subject: [PATCH] Update index.md (#1965) Is a "delete" missing here? Or, shall we change this to "connect containers to and disconnect from it"? --- engine/userguide/networking/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/userguide/networking/index.md b/engine/userguide/networking/index.md index ee6e8f183b..3d235c100e 100644 --- a/engine/userguide/networking/index.md +++ b/engine/userguide/networking/index.md @@ -555,7 +555,7 @@ built-in network drivers. For example: $ docker network create --driver weave mynet -You can inspect it, add containers to and from it, and so forth. Of course, +You can inspect it, add containers to and delete from it, and so forth. Of course, different plugins may make use of different technologies or frameworks. Custom networks can include features not present in Docker's default networks. For more information on writing plugins, see [Extending Docker](../../extend/legacy_plugins.md) and