Replies: 2 comments
-
The If you are using the default, there is normally a "rootless" containerd installation. So you need to set up a ssh tunnel for the root user, or allow access to containerd. Note that most containerd commands don't work remote, they need file access... |
Beta Was this translation helpful? Give feedback.
-
It would be possible to make it "easier" (shorter), to use it from the host: Currently there is no shortcut like nerdctl.lima, for accessing system containerd. #!/bin/sh
set -eu
exec lima sudo nerdctl "$@" |
Beta Was this translation helpful? Give feedback.
-
Hey
I want to access containerd.sock from the host.
I tried the following settings:
When I try to connect to the containerd.sock on my host. It doesn't work.
rpc error: code = Unavailable desc = connection closed before server preface received
Any ideas?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions