mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +08:00
Merge pull request #4597 from openSUSE/nostore
Do not initialize store on rootless podman
This commit is contained in:
@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user