1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Show current/enabled/disabled in 'ros engine list'

This commit is contained in:
Josh Curl
2016-08-17 16:33:49 -07:00
parent a81be13f82
commit 11cf2a195b
6 changed files with 45 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ type CloudInit struct {
type Defaults struct {
Hostname string `yaml:"hostname,omitempty"`
Docker DockerConfig `yaml:"docker,omitempty"`
Network netconf.NetworkConfig `yaml:"network,omitempty"`
}