We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce73172 commit 43b47f4Copy full SHA for 43b47f4
cli/docker.go
@@ -379,7 +379,6 @@ func dockerCmd() *cobra.Command {
379
<-signalCtx.Done()
380
log.Debug(ctx, "ctx canceled, forwarding signal to inner container")
381
382
- time.Sleep(time.Second * 10)
383
if bootstrapExecID == "" {
384
log.Debug(ctx, "no bootstrap exec id, skipping")
385
return
0 commit comments