Created
January 6, 2022 12:17
-
-
Save alexjeen/4d7b88fdcf7e8850b00110ecb9146a04 to your computer and use it in GitHub Desktop.
Build and run a AMD64 container on a ARM macbook (slow due to emulation!)
This file contains 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 buildx build . --platform linux/amd64 --tag testcontainer | |
docker run --platform linux/amd64 -it testcontainer bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment