diff options
Diffstat (limited to 'cmd/podman/run.go')
-rw-r--r-- | cmd/podman/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/run.go b/cmd/podman/run.go index f12a241fa..d6755df5e 100644 --- a/cmd/podman/run.go +++ b/cmd/podman/run.go @@ -225,7 +225,7 @@ func runCmd(c *cli.Context) error { } if createConfig.Rm { - return runtime.RemoveContainer(ctr, true) + return runtime.RemoveContainer(ctx, ctr, true) } if err := ctr.Cleanup(); err != nil { |