1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Services as compose format

This commit is contained in:
Darren Shepherd
2015-04-15 23:16:23 -07:00
parent 61b5525d5b
commit be8fa8e5b7
6 changed files with 101 additions and 47 deletions

View File

@@ -301,8 +301,10 @@ func NewConfig() *Config {
Net: "host",
},
},
EnabledServices: []string{},
Services: map[string]Config{
Services: map[string]bool{
"ubuntu-console": false,
},
BundledServices: map[string]Config{
"ubuntu-console": {
SystemContainers: map[string]*project.ServiceConfig{
"console": {