can I use nerdctl to build Image from inside the cluster
Viewed 2 times
As we all know if we use docker to build image inside container we have to mount "-v
/var/run/docker.sock:/var/run/docker.sock"
, how does nerdctl handle that with containerd ?
I am planning to use nerdctl Instaed of kaniko , my workflows changes are heavy if I use kaniko .