Hey, I’m interested to use docker buildx with multi platform support. I have everything set except of QEMU as I cannot use docker run within my k8s pod as docker.sock is no longer available and cannot be mounted through the host/nodes.
How could I set this to work?
Hey, I’m interested to use docker buildx with multi platform support. I have everything set except of QEMU as I cannot use
docker runwithin my k8s pod as docker.sock is no longer available and cannot be mounted through the host/nodes.How could I set this to work?