How to store a specific named docker volume at a specific location without changing the default?
问题 I would like to create a named volume for one of my containers. This container will need a lot more storage than other containers I run, so I would like to store that particular volume on a different disk that has lots of free space. I still want the other volumes on the default disk, only that one named volume should go on another disk. I don't want to use a bind mount because it will make backing up and migrating more complicated. The only option I can think of is to manually move the