Are there any plans on supporting multiple volumes mounts in the future. I have a docker container that targets 3 different mount points on the underlying file system and this looks like a blocker.
Thanks for the confirmation @kurt. Just expanding on your suggestion of using a single volume, I would have assumed selecting a higher mount point in the desired path would replace any existing file system contents. For example, if I was trying to support multiple directories under the /val root path, the following config would be mounted as an empty /var directory by default?
[mounts]
source="var_vol"
destination="/var"
I believe the container in question uses the various mount points for writing runtime state and logs but there is likely to be an entire tree structure of directories under /var in the container build that would be missing in the default volume create and mount.