mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
Merge pull request #1918 from mheon/use_db_paths
Use paths written in DB instead if they differ from our defaults
This commit is contained in:
@@ -67,7 +67,7 @@ func createCmd(c *cli.Context) error {
|
||||
rootless.SetSkipStorageSetup(true)
|
||||
}
|
||||
|
||||
runtime, err := libpodruntime.GetContainerRuntime(c)
|
||||
runtime, err := libpodruntime.GetRuntime(c)
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "error creating libpod runtime")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user