Skip to content

Commit

Permalink
Merge pull request #4597 from openSUSE/nostore
Browse files Browse the repository at this point in the history
Do not initialize store on rootless podman
  • Loading branch information
openshift-merge-robot authored Nov 29, 2019
2 parents 7f53178 + d264dc1 commit 7b99ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/main_local.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 7b99ef0

Please sign in to comment.