I am trying to bind mount an absolute directory with -v. I see examples showing the full path so why does it not work for me?
cd ~/src
podman run -it \
-v /Users/user/src/myapp:/app \
myapp-container /bin/bash
Error: statfs /Users/user/src/myapp: no such file or directory