mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Support switching to the default console
This commit is contained in:
@@ -102,7 +102,7 @@ func startDocker(cfg *config.CloudConfig) (string, types.HijackedResponse, error
|
||||
|
||||
log.Infof("Starting Docker in context: %s", storageContext)
|
||||
|
||||
p, err := compose.GetProject(cfg, true)
|
||||
p, err := compose.GetProject(cfg, true, false)
|
||||
if err != nil {
|
||||
return "", types.HijackedResponse{}, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user