mirror of https://github.com/docker/docs.git
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:
parent
cd410b5cee
commit
de9a0b0fc0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue