Skip to content

Instantly share code, notes, and snippets.

@mdeeks
Last active October 26, 2022 22:29
Show Gist options
  • Save mdeeks/435680b6dbbc5457cf76ace717530cf6 to your computer and use it in GitHub Desktop.
Save mdeeks/435680b6dbbc5457cf76ace717530cf6 to your computer and use it in GitHub Desktop.
Podman to replace Docker Desktop
brew install podman-desktop
brew install podman
podman machine init --cpus 4 --memory 2048
podman machine start
sudo podman-mac-helper install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment