Is it possible to configure docker to use a specific volume-driver if it is not specified explicitly?
I did not see that option in daemon.json, maybe I’ve overlooked something.
Share and learn in the Docker community.
Is it possible to configure docker to use a specific volume-driver if it is not specified explicitly?
I did not see that option in daemon.json, maybe I’ve overlooked something.
What do you need to change?
because daemon.json supports “storage-driver” and “storage-opts” tags
Not “storage”. I want to create volume with different driver by default. Not local.
I don’t think that is possible. I think of the default volume driver as a way to easily run a container with a volume that works by default on every machine. In any other case, we have to specifiy the volume driver.