How to share a buildx instance with the host using Docker in Docker (DinD) #2192
Unanswered
naomichi-y
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to share a Docker builder instance that was created on the host with a container.
However, I'm unable to see the instance created on the host from within the container. Is there a way to share these builder instances?
Alternatively, if you have any suggestions for creating a persistent builder instance after running
docker run
, so that I don't need to create a new instance each time I run the command, I would appreciate your advice.Beta Was this translation helpful? Give feedback.
All reactions