From 4bc3acc7aa8037becdf892a9b083e133b090e04e Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 9 Nov 2017 13:54:48 -0500 Subject: Rename Create to Init for containers to be less confusing Signed-off-by: Matthew Heon --- cmd/kpod/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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()) -- cgit v1.2.3-54-g00ecf