podman

podman

brew install podman
# location where podman stores its configuration
rm -rf ~/.config/containers
podman system connection remove --all
podman machine init
podman machine start
alias docker=podman
podman login reg.home.cloudgeni.us
cloudgenius
szstpq13

https://marcusnoble.co.uk/2021-09-01-migrating-from-docker-to-podman/

podman GUI

https://github.com/heyvito/podman-macos

podman-compose

cd examples/busybox
podman-compose --help
podman-compose up --help
podman-compose up

https://github.com/containers/podman-compose