How to install Podman on MAC
Containers are a Linux technology.
"If containers are a Linux technology, how can I run them on Mac or Windows?"
The answer to this question is "well... you can't." When using other platforms, the only way to run containers is to rely on a Linux virtual machine (VM). There is no way around this.
Installing Podman Desktop on MacOS using Brew
Installation steps
Open a terminal on your Mac.
Run the command mentioned below.
brew install podman-desktop
Brew will also install the Podman Engine along with the Podman Desktop application, in case you don't have it installed yet.
After the command is executed, you can find the Podman Desktop Application within the
Applications
directory of the MacOS.Initialize and run podman VM.
No comments