Skip to content

Instantly share code, notes, and snippets.

@foo4u
Last active January 8, 2020 18:32
Show Gist options
  • Save foo4u/bd591b3795afaabf5a77366c09a86712 to your computer and use it in GitHub Desktop.
Save foo4u/bd591b3795afaabf5a77366c09a86712 to your computer and use it in GitHub Desktop.
Building Multi-Architecture Docker Images on ARM 64
#!/bin/bash
# Install Docker and mult-arch dependencies
sudo apt-get install binfmt-support qemu-user-static
sudo apt-get install docker.io
sudo usermod -aG docker $USER
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment