Change docker container default path

Hi

I am a complete docker noob and I am trying to understand the way default container volumes are made.
Container volumes live inside of /var/lib/docker/volumes.
What I’d like to know is, can I change the default volume directory for each container, to a directory/partition of choice on the host system?

Thanks in advance!