Change docker image directory
You can change Docker's storage base directory (where container and images go) using the -g option when starting the Docker daemon.
DOCKER_OPTS="-dns 8.8.8.8 -dns 8.8.4.4 -g /mnt"
Important ! See also this link with another method