Support network.name in the compose schema.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-11-22 14:21:32 -05:00
parent ea854237aa
commit d0b8aa7701
5 changed files with 91 additions and 17 deletions

View File

@ -319,6 +319,7 @@ type UlimitsConfig struct {
// NetworkConfig for a network
type NetworkConfig struct {
Name string
Driver string
DriverOpts map[string]string `mapstructure:"driver_opts"`
Ipam IPAMConfig