mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Fixes panic on daemon binary
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
44e327b29e
commit
b405e89d5c
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ func (config *Config) InstallFlags(cmd *flag.FlagSet, usageFn func(string) strin
|
||||||
config.InstallCommonFlags(cmd, usageFn)
|
config.InstallCommonFlags(cmd, usageFn)
|
||||||
|
|
||||||
// Then platform-specific install flags.
|
// Then platform-specific install flags.
|
||||||
flag.StringVar(&config.Bridge.VirtualSwitchName, []string{"b", "-bridge"}, "", "Attach containers to a virtual switch")
|
cmd.StringVar(&config.Bridge.VirtualSwitchName, []string{"b", "-bridge"}, "", "Attach containers to a virtual switch")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue