Update index.md (#1965)

Is a "delete" missing here? Or, shall we change this to "connect containers to and disconnect from it"?
This commit is contained in:
Wang Jie 2017-02-28 14:39:26 +08:00 committed by John Mulhausen
parent cd410b5cee
commit de9a0b0fc0
1 changed files with 1 additions and 1 deletions

View File

@ -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