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:
OpenShift Merge Robot
2018-12-05 00:55:48 -08:00
committed by GitHub
11 changed files with 300 additions and 113 deletions

View File

@@ -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")
}