Hacker News new | ask | show | jobs
by rgovostes 1414 days ago
Nice that it supports networking and volume mounts out of the box. Volume mounts use virtio-fs which is experimentally supported in Docker for Mac[1].

Podman went with a volume mounting solution based on 9p[2], which appears to be far slower[3].

1: https://www.jeffgeerling.com/blog/2022/new-docker-mac-virtio...

2: https://wiki.qemu.org/Documentation/9p

3: https://github.com/containers/podman/issues/8016#issuecommen...