Files
docker-cli/cli/command/network
Sebastiaan van Stijn 5bc09639cc Refactor network parsing, add preliminary support for multiple networks
This refactors the way networking options are parsed, and makes the
client able to pass options for multiple networks. Currently, the
daemon does not yet accept multiple networks when creating a container,
and will produce an error.

For backward-compatibility, the following global networking-related
options are associated with the first network (in case multiple
networks are set);

  - `--ip`
  - `--ip6`
  - `--link`
  - `--link-local-ip`
  - `--network-alias`

Not all of these options are supported yet in the advanced notation,
but for options that are supported, setting both the per-network option
and the global option will produce a "conflicting options" error.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-03 16:42:57 +02:00
..
2018-06-08 18:24:26 +02:00
2018-06-08 18:24:26 +02:00
2018-06-08 18:24:26 +02:00
2018-10-23 17:05:44 +02:00
2018-09-05 00:01:16 +00:00
2018-05-11 16:49:43 -07:00