How to Replace Docker with Podman on a Mac
1–10 of 90 posts
Re: How to Replace Docker with Podman on a Mac
#2Re: How to Replace Docker with Podman on a Mac
#3Now there is `podman machine` which makes most of this article outdated.
"Fast forward a couple of months, podman-machine is now deprecated in lieu of Vagrant"
Re: How to Replace Docker with Podman on a Mac
#4Now there is `podman machine` which makes most of this article outdated.
It is mentioned in the article. "Fast forward a couple of months, podman-machine is now deprecated in lieu of Vagrant"
Re: How to Replace Docker with Podman on a Mac
#5I need this volume mounting to get development code changes into the container in a reasonable time and the alternative performance feels like running on a standard hard drive compared to nvme ssd.
Re: How to Replace Docker with Podman on a Mac
#6Now there is `podman machine` which makes most of this article outdated.
It is mentioned in the article. "Fast forward a couple of months, podman-machine is now deprecated in lieu of Vagrant"
See Marcos install https://podman.io/getting-started/installation
Also there are active issues and PR related to `podman machine`.
Re: How to Replace Docker with Podman on a Mac
#7Now there is `podman machine` which makes most of this article outdated.
It is mentioned in the article. "Fast forward a couple of months, podman-machine is now deprecated in lieu of Vagrant"
Re: How to Replace Docker with Podman on a Mac
#8Earlier quoted context omitted.
It is mentioned in the article. "Fast forward a couple of months, podman-machine is now deprecated in lieu of Vagrant"
So is a Vagrant-based alternative the current solution? Vagrant seems like it's long been a 'maintenance only' project for Hashicorp, though not abandoned at least.
Re: How to Replace Docker with Podman on a Mac
#9 $ brew install podman
$ podman machine init
$ podman machine start
$ alias docker=podman
If you're on an M1 you may run into https://github.com/containers/podman/issues/10577 (which is WIP, and may have been resolved by https://github.com/containers/podman/pull/11451).