mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Add networking to system docker
This commit is contained in:
@@ -81,7 +81,7 @@ func startDocker(cfg *config.Config) (chan interface{}, error) {
|
||||
}
|
||||
}
|
||||
|
||||
cmd := exec.Command(cfg.SystemDocker.Args[0], cfg.SystemDocker.Args[1:]...)
|
||||
cmd := exec.Command(cfg.BootstrapDocker.Args[0], cfg.BootstrapDocker.Args[1:]...)
|
||||
if cfg.Debug {
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
Reference in New Issue
Block a user