Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
11–20 of 151 posts
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#12Linking to the homebrew installer for this is an...odd... Choice. Never the less, congrats podman devs!
This isn’t an official port to the M1 — it’s a custom version patched by a different dev.
[0]: https://twitter.com/simnalamburt/status/1434244533001224192
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#13Is there anyway to make docker-style Darwin containers?
Although at that point having x86_64-linux, x86_64-windows and armv8-darwin would further remove benefits of docker reducing it to a fancy tarball.
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#14I understand its a good moment do advertise, but good tools happen to advertise themselves.
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#15Demn after Docker Desktop announcment this podman gets posted almost daily on HackerNews. I understand its a good moment do advertise, but good tools happen to advertise themselves.
Nothing advertises itself. People advertise things, by posting about them.
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#16Anyone tried this? How's the performance compared to Docker Machine in Mac (notoriously slow on storage).
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#17Is there anyway to make docker-style Darwin containers?
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#18Anyone tried this? How's the performance compared to Docker Machine in Mac (notoriously slow on storage).
I assume it's pretty slow, not on storage but on compute. x86 docker/podman on M1 must use QEMU software emulation, rosetta doesn't support x86 virtualization.
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#19Anyone tried this? How's the performance compared to Docker Machine in Mac (notoriously slow on storage).
I assume it's pretty slow, not on storage but on compute. x86 docker/podman on M1 must use QEMU software emulation, rosetta doesn't support x86 virtualization.
BTW, in case you don't want to depend on a fork, upstream podman is going to gain M1 support (in the sense of 'podman-machine' knowing how to start aarch64 VMs with hvf) very soon.
Re: Podman, the open source Docker alternative ported to M1 (Apple Silicon) machines
#20Is there anyway to make docker-style Darwin containers?
I don't think Mac/Darwin has cgroups but it's based on BSD to it might have jails?