Moving the docker daemon configuration from CMD to /etc/docker/daemon.json. I posted below to resize the default base image from 10.7G to 20G, but daemon failed to start
{ "storage-opts": [ {"dm.basesize": "10G" } ], "graph": "/home/ashwaghmare/docker/docker-data" }
~
source share