mirror of
https://github.com/containers/podman.git
synced 2025-06-25 12:20:42 +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,
|
Remote: remoteclient,
|
||||||
}
|
}
|
||||||
|
|
||||||
runtime, err := libpodruntime.GetRuntime(getContext(), &podmanCmd)
|
runtime, err := libpodruntime.GetRuntimeNoStore(getContext(), &podmanCmd)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.Wrapf(err, "could not get runtime")
|
return errors.Wrapf(err, "could not get runtime")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user