stop docker:
sudo systemctl stop docker
move the store place to where you want:
sudo mv /var/lib/docker /placeYouWant/
then edit the configure file:
/etc/docker/daemon.json
to be:
{
"data-root": "/placeYouWant/docker"
}
at last restart docker:
sudo systemctl start docker