From e79c3a98d8ce9a1f49e2118c6d8ebd00b6ca1a92 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Mon, 4 Nov 2019 09:49:22 +0100 Subject: [PATCH] add init to worker as well (thanks for the hint @cbandy) --- cli/container.go | 1 + 1 file changed, 1 insertion(+) 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 {