Intro
Podman Installation
brew install podman
        
Start Podman
podman machine init
podman machine start
        
List Podman Machines
podman machine list
        
Stop Podman
podman machine stop
        
Remove Podman
podman machine rm machine-name
        
Podman-compose Installation
pip3 install podman-compose
        
Reference
  • PODMAN VS DOCKER: WHAT ARE THE DIFFERENCES?
  • Replacing Docker with Podman - Power of Podman
  • Documentation