Is it possible to run get docker buildx to run within a docker container?
I am running Jenkins from within a docker container and I would like to get docker buildx to run from the docker container that is also running Jenkins to build multi-arch images.
I accomplished this outside of a docker container on a Raspberry Pi, but from within the docker container with shared volumes there is no .docker.
Do you possibly have any ideas about how I can do this from within a docker container?
Is it possible to run get docker buildx to run within a docker container?
I am running Jenkins from within a docker container and I would like to get docker buildx to run from the docker container that is also running Jenkins to build multi-arch images.
I accomplished this outside of a docker container on a Raspberry Pi, but from within the docker container with shared volumes there is no
.docker.Do you possibly have any ideas about how I can do this from within a docker container?