Skip to content

Instantly share code, notes, and snippets.

@nidr0x
Created March 10, 2022 00:18
Show Gist options
  • Save nidr0x/ab45a573b8d31bab32f810983c4b5fd0 to your computer and use it in GitHub Desktop.
Save nidr0x/ab45a573b8d31bab32f810983c4b5fd0 to your computer and use it in GitHub Desktop.
Podman on Mac M1

Podman on Mac M1

Install the podman command

brew install podman

Initialize the podman virtual machine

podman machine init

Start the podman virtual machine

podman machine start

Add QEMU compatibility

podman machine ssh sudo rpm-ostree install qemu-user-static

podman machine ssh sudo systemctl reboot

alias docker=podman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment