In my home, the ~/development
folder is a link to /srv/data/develop
(for multiple reasons)
It does not play well with Toolbox as /srv/...
does not exist in the container. (/usr/local
or /var/local
would not help either because the goal is exactly to protect these folder from modification)
Is there a way to tell toolbox to mount /srv/..
??