manage by a non-root user
sudo usermode -a -G docker username
change docker default store dir
use 'docker info ' command get docker info
edit /etc/docker/daemon.json. If you don't have this file, you could create one with the contents
{ "data-root": "/raid/docker-data"}