Created
September 9, 2024 23:05
-
-
Save andyfaff/8115cf0a5b3ec7e894286f03bac4a813 to your computer and use it in GitHub Desktop.
podman on macOS
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
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