1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 15:24:32 +00:00

Build docker-sys bridge via system-docker args and remove cni-glue

This commit is contained in:
niusmallnan
2018-04-16 14:16:08 +08:00
parent da8d5ed027
commit ba388b6bc6
10 changed files with 31 additions and 52 deletions

View File

@@ -148,6 +148,7 @@ type UpgradeConfig struct {
type EngineOpts struct {
Bridge string `yaml:"bridge,omitempty" opt:"bridge"`
BIP string `yaml:"bip,omitempty" opt:"bip"`
ConfigFile string `yaml:"config_file,omitempty" opt:"config-file"`
Containerd string `yaml:"containerd,omitempty" opt:"containerd"`
Debug *bool `yaml:"debug,omitempty" opt:"debug"`