mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Make it easier to switch between Docker engines
This commit is contained in:
@@ -134,6 +134,7 @@ type UpgradeConfig struct {
|
||||
}
|
||||
|
||||
type DockerConfig struct {
|
||||
Engine string `yaml:"engine,omitempty"`
|
||||
TLS bool `yaml:"tls,omitempty"`
|
||||
TLSArgs []string `yaml:"tls_args,flow,omitempty"`
|
||||
Args []string `yaml:"args,flow,omitempty"`
|
||||
|
Reference in New Issue
Block a user