$ curl -o - https://get.docker.com > get.docker.com.sh
$ sudo sh get.docker.com.sh
$ sudo usermod -aG docker zunda
ふーむー
78445dd45222: Pull complete
Digest: sha256:c5515758d4c5e1e838e9cd307f6c6a0d620b5e07e6f927b07d05f6d12a1ac8d7
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
:
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
おー
/var/lib/dockerを別のディスクのディレクトリへのシンボリックリンクにしてみました