Volume mounts on Mac Home should be mounted by default on init: $ podman machine init --help # --snip-- -v, --volume stringArray Volumes to mount, source:target (default [$HOME:$HOME]) # --snip-- This currently (podman 4.3.1) mounts with se…