diff --git a/cli/container.go b/cli/container.go index 4268b1d39..50d6426e4 100644 --- a/cli/container.go +++ b/cli/container.go @@ -180,6 +180,7 @@ func createWorker(spec *ClusterSpec, postfix int) (string, error) { }, PortBindings: workerPublishedPorts.PortBindings, Privileged: true, + Init: &[]bool{true}[0], } if spec.AutoRestart {