mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
- They are configuration-only networks which can be used to supply the configuration when creating regular networks. - They do not get allocated and do net get plumbed. Drivers do not get to know about them. - They can be removed, once no other network is using them. - When user creates a network specifying a configuration network for the config, no other network specific configuration field is are accepted. User can only specify network operator fields (attachable, internal,...) Signed-off-by: Alessandro Boch <aboch@docker.com> Upstream-commit: 9ee7b4dda926a1444dc0ea50c4ca6d90c8684060 Component: engine