Skip to content

Instantly share code, notes, and snippets.

@andyfaff
Created September 9, 2024 23:05
Show Gist options
  • Save andyfaff/8115cf0a5b3ec7e894286f03bac4a813 to your computer and use it in GitHub Desktop.
Save andyfaff/8115cf0a5b3ec7e894286f03bac4a813 to your computer and use it in GitHub Desktop.
podman on macOS
brew install podman
podman machine init
podman machine start
podman run -it ubuntu
podman run -it --arch=x86_64 ubuntu
podman machine stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment