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 421b868ad..8eb747686 100644 --- a/cmd/podman/run.go +++ b/cmd/podman/run.go @@ -110,7 +110,7 @@ func runCmd(c *cli.Context) error { return err } - options, err := createConfig.GetContainerCreateOptions() + options, err := createConfig.GetContainerCreateOptions(runtime) if err != nil { return err } |