Replies: 1 comment
-
If you do not need rootless, just execute your nerdctl command with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OS: ubuntu 23.04
Kubernetes: k3s
I installed k3s, use ctr can pull images normally.
when i download nerdctl and just exec nerdctl, It prompts:
rootless containerd not running? (hint: use
containerd-rootless-setuptool.sh installto start rootless containerd): stat /run/user/1000/containerd-rootless: no such file or directory
then i exec
./containerd-rootless-setuptool.sh install
, it prompts:containerd-rootless.sh needs to be present under $PATH
I don not need rootless, and can not understand why.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions