Can I tell Docker to create a volume at a specific location on the host machine?
The host machine has some storage restrictions and I'd like the volume to be stored in /data
instead of /var/lib/docker/vfs/dir/
.
This isn't even mentioned in the documentation so I suspect I misunderstood something.