mirror of https://github.com/docker/docs.git
Clarify --opt encrypted option (#1299)
This commit is contained in:
parent
209bb1094a
commit
b5ea361515
|
@ -99,6 +99,9 @@ NETWORK ID NAME DRIVER
|
|||
5262bbfe5616 node-1/bridge2 bridge
|
||||
```
|
||||
|
||||
`--opt encrypted` is a feature only available in Docker Swarm mode. It's not supported in Swarm standalone.
|
||||
Network encryption requires key management, which is outside the scope of Swarm.
|
||||
|
||||
## Remove a network
|
||||
|
||||
To remove a network you can use its ID or its name. If two different networks
|
||||
|
|
Loading…
Reference in New Issue