What feature do you want to see added?
I haven't found any option which allows user, for example, to mount (see "--mount" argument) NFS share like this:
docker run \
--rm \
--mount 'type=volume,volume-driver=local,volume-opt=type=nfs,volume-opt=device=127.0.0.1:/home/opt,dst=/home/opt,volume-opt=o=addr=127.0.0.1' \
bash \
bash -c "ls -la /home/opt"
Upstream changes
No response