Skip to content

Instantly share code, notes, and snippets.

@rcstanciu
Created November 10, 2021 14:32
Show Gist options
  • Save rcstanciu/ff6c85552b2d09cc2a2702bab0890444 to your computer and use it in GitHub Desktop.
Save rcstanciu/ff6c85552b2d09cc2a2702bab0890444 to your computer and use it in GitHub Desktop.
Fix Docker BuildX
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