aboutsummaryrefslogtreecommitdiff
path: root/cmd/kpod
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/kpod')
-rw-r--r--cmd/kpod/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/run.go b/cmd/kpod/run.go
index 87ff2d035..35e2d0be7 100644
--- a/cmd/kpod/run.go
+++ b/cmd/kpod/run.go
@@ -83,7 +83,7 @@ func runCmd(c *cli.Context) error {
}
logrus.Debug("new container created ", ctr.ID())
- if err := ctr.Create(); err != nil {
+ if err := ctr.Init(); err != nil {
return err
}
logrus.Debug("container storage created for %q", ctr.ID())