mysterious-potato-12169
11/19/2022, 3:47 PM-v "/run/containerd/containerd.sock:/run/containerd/containerd.sock"
but am getting the following error:
FATA[0000] failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/containerd/containerd.sock" to rootfs at "/run/containerd/containerd.sock": stat /run/containerd/containerd.sock: no such file or directory: unknown
fast-garage-66093
11/19/2022, 8:25 PM/run/k3s/containerd/containerd.sock
-v /run/k3s/containerd/containerd.sock:/run/containerd/containerd.sock
mysterious-potato-12169
11/19/2022, 8:27 PMfast-garage-66093
11/19/2022, 8:28 PMnerdctl
from inside a container; it needs filesystem access to the image store as wellcrictl
instead, if that has the functionality you needmysterious-potato-12169
11/19/2022, 8:29 PMcrictl
fast-garage-66093
11/19/2022, 8:29 PMmysterious-potato-12169
11/19/2022, 8:30 PMnerdctl
for everything else in my development and pipelines, so was trying to avoid multiple tools.fast-garage-66093
11/19/2022, 8:31 PMnerdctl build
will still run the build itself in containers (via buildkitd), so I'm not sure why you would need to run nerdctl
itself in a containermysterious-potato-12169
11/19/2022, 8:31 PMfast-garage-66093
11/19/2022, 8:33 PM