mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
Rename Create to Init for containers to be less confusing
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user