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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user