Skip to content

Commit 83e4a79

Browse files
committed
Do record container ID
1 parent 70ad664 commit 83e4a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/runner_docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func (r *dockerRunner) start(image string, command string, args []string, volume
262262
r.log.Error().Err(err).Interface("options", opts).Msg("Creating container failed")
263263
return nil, maskAny(err)
264264
}
265-
//r.recordContainerID(c.ID) // Record ID so we can clean it up later
265+
r.recordContainerID(c.ID) // Record ID so we can clean it up later
266266

267267
var waiter docker.CloseWaiter
268268
if output != nil {

0 commit comments

Comments
 (0)