Hacker News new | ask | show | jobs
by studmuffin650 1746 days ago
One issue still apparently is that it can’t mount volumes. Though I haven’t had to do that yet. When you attempt to mount a volume it will attempt to do it from within the virtual machine not your machine.
2 comments

The issue to watch is here: https://github.com/containers/podman/issues/8016

To be clear volumes are supported, what aren't are "bind mounts" which are not recommended over named volumes: https://docs.docker.com/storage/volumes/ https://docs.docker.com/storage/bind-mounts/

This is a known issue and is in the process of being figure out how to proceed: https://github.com/containers/podman/issues/8016