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
commit 7b99ef0b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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