1
0
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:
Darren Shepherd
2015-04-04 10:10:04 -07:00
parent b47f41f96d
commit 96dff754c4

View File

@@ -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 {