container-storage-setup
container-storage-setup copied to clipboard
Add a facility to be able to prepare a separate volume for docker root
In case of overlay driver, all images and containers will be stored on rootfs. Some might not want that. Hence create options so that docker-storage-setup can prepare a separate volume and mount it somewhere and force docker to use that as root directory. That way all image/containers/volumes will be stored on a separate volume instead of rootfs.