multiple volumes to single target directory?
问题 Is there a way to mount multiple volumes from a host to form a single target mount point? A bit like this: docker run --name ubuntu_bash \ --rm --interactive --tty \ --volume=/media/Large/videos:/videos \ --volume=/media/Small/videos:/videos \ ubuntu find /videos I'm guessing the answer is no but with "overlay" having so many meanings in the context of Docker it's a bit difficult to search for this on the web. If not, is there a Docker Store image that might help? Unfortunately a lot of