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 --- libpod/container.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpod') diff --git a/libpod/container.go b/libpod/container.go index c8a09fe9e..ffc4c6314 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -246,8 +246,8 @@ func (c *Container) teardownStorage() error { return nil } -// Create creates a container in the OCI runtime -func (c *Container) Create() (err error) { +// Init creates a container in the OCI runtime +func (c *Container) Init() (err error) { c.lock.Lock() defer c.lock.Unlock() -- cgit v1.2.3-54-g00ecf