Created
November 10, 2021 14:32
-
-
Save rcstanciu/ff6c85552b2d09cc2a2702bab0890444 to your computer and use it in GitHub Desktop.
Fix Docker BuildX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes | |
docker buildx create --name multiarch --driver docker-container --use | |
docker buildx inspect --bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment