https://rancher.com/ logo
#k3s
Title
# k3s
m

melodic-hamburger-23329

08/26/2022, 1:11 AM
If I want to do
nerdctl build
inside a container running in k3s, what should I do? k3s doesn’t bundle buildkitd I think, so I guess I need to set up buildkitd manually. k3s bundles containerd, so I’m not quite sure how this manual should be applied: https://github.com/containerd/nerdctl/blob/master/docs/build.md
hmm, maybe just mounting hosts’s buildkitd.sock and setting BUILDKIT_HOST is enough..?
Not sure how to set up buildkitd using the bundled containerd, though
37 Views