Hello,I want to mount some directories in my docker container (running as Docker universe). It works fine when the path on the host and inside the container are the same.
Is there a method to change the mount point inside the container? e.g.:on host: /mnt/storage/ inside docker: /storage/
Thanks Matthias