Skip to content

Commit

Permalink
add init to worker as well (thanks for the hint @cbandy)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Nov 4, 2019
1 parent 18a3db3 commit e79c3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func createWorker(spec *ClusterSpec, postfix int) (string, error) {
},
PortBindings: workerPublishedPorts.PortBindings,
Privileged: true,
Init: &[]bool{true}[0],
}

if spec.AutoRestart {
Expand Down

0 comments on commit e79c3a9

Please sign in to comment.