Tools to mount/unmount docker images
Rebuild docker with following PR.
Start docker with devicemapper graphdriver.
Pull image $ docker pull fedora
Mount image $ mkdir -p /tmp/image $ docker-mount.sh fedora /tmp/image
Unmount image $ docker-umount.sh /tmp/image