mirror of
https://github.com/rancher/os.git
synced 2025-09-19 00:59:53 +00:00
Add multi docker command
This commit is contained in:
@@ -85,6 +85,7 @@ func ProjectUp(p project.APIProject, c *cli.Context) error {
|
||||
if err != nil {
|
||||
return cli.NewExitError(err.Error(), 1)
|
||||
}
|
||||
|
||||
if c.Bool("foreground") {
|
||||
signalChan := make(chan os.Signal, 1)
|
||||
cleanupDone := make(chan bool)
|
||||
|
Reference in New Issue
Block a user