mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Rebase to disable
This commit is contained in:
@@ -110,7 +110,7 @@ func loadImages(cfg *config.Config) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func runServices(name string, cfg *config.Config, configs map[string]*project.ServiceConfig) error {
|
func runServices(name string, cfg *config.Config, configs map[string]*project.ServiceConfig) error {
|
||||||
project := project.NewProject(name, &docker.ContainerFactory{})
|
project := project.NewProject(name, docker.NewContainerFactory(cfg))
|
||||||
enabled := make(map[string]bool)
|
enabled := make(map[string]bool)
|
||||||
|
|
||||||
for name, serviceConfig := range configs {
|
for name, serviceConfig := range configs {
|
||||||
|
Reference in New Issue
Block a user