Skip to content

Instantly share code, notes, and snippets.

@alexjeen
Created January 6, 2022 12:17
Show Gist options
  • Save alexjeen/4d7b88fdcf7e8850b00110ecb9146a04 to your computer and use it in GitHub Desktop.
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!)
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