Support network.name in the compose schema.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user