python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Path expansion for volume overlays uses root with Rancher Desktop (OSX)
We're trying to use rancher desktop and nerdctl to bring up some compose stacks. The issue we've run into is that when you have a mount similar to the following, nerdctl expands either ${HOME} or ~/ t...
geudrik
Votes: 0
Answers: 0
NerdCTL will not use local image when building
I am trying to build a common base image, that many of my other images will use. But Nerdctl/Containerd doesn't seem to check for the image locally first.
Reproduced with the simple example
# Dockerf...
Matt Ruge
Votes: 0
Answers: 2
TestContainer cannot find the docker daemon lima
I am running a lima default container as shown below
limactl start default.yml
And if I run docker run hello-world, it works correctly. I see that docker host which this daemon connects is unix\:///U...

vs922905
Votes: 0
Answers: 1
How can I load multiple tar images using nerdctl? (containerd)
There are around 10 container image files on the current directory, and I want to load them to my Kubernetes cluster that is using containerd as CRI.
[root@test tmp]# ls -1
test1.tar
test2.tar
test3.t...
Daigo
Votes: 0
Answers: 1