1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Fix loading network files from ros service compose commands

This commit is contained in:
Darren Shepherd
2015-10-02 00:57:13 -07:00
parent 13d0241b7e
commit 2966ef8e5d
4 changed files with 10 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ func enter(cfg *config.CloudConfig) error {
log.Infof("Starting Docker in context: %s", context)
p, err := compose.GetProject(cfg)
p, err := compose.GetProject(cfg, true)
if err != nil {
return err
}