|
systemContainerdAddr, ok, err := systemContainerdRunning(cli.Config.IsRootless())
|
|
systemContainerdAddr, ok, err := systemContainerdRunning(cli.Config.IsRootless())
|
|
return errors.Wrap(err, "could not determine whether the system containerd is running")
|
|
return errors.Wrap(err, "could not determine whether the system containerd is running")
|