mirror of
https://github.com/rancher/os.git
synced 2025-08-30 21:26:09 +00:00
Rebase to disable
This commit is contained in:
parent
b47f41f96d
commit
96dff754c4
@ -110,7 +110,7 @@ func loadImages(cfg *config.Config) 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)
|
||||
|
||||
for name, serviceConfig := range configs {
|
||||
|
Loading…
Reference in New Issue
Block a user