Merge pull request #4597 from openSUSE/nostore

Do not initialize store on rootless podman
This commit is contained in:
OpenShift Merge Robot
2019-11-29 14:50:42 +01:00
committed by GitHub

View File

@ -159,7 +159,7 @@ func setupRootless(cmd *cobra.Command, args []string) error {
Remote: remoteclient,
}
runtime, err := libpodruntime.GetRuntime(getContext(), &podmanCmd)
runtime, err := libpodruntime.GetRuntimeNoStore(getContext(), &podmanCmd)
if err != nil {
return errors.Wrapf(err, "could not get runtime")
}