Moving docker daemon configuration from CMDto /etc/docker/daemon.json. I placed below to change base image size from default 10.7G to 20G but daemon failed to start
{
"storage-opts": [
{"dm.basesize": "10G" }
],
"graph": "/home/ashwaghmare/docker/docker-data"
}
~
Change in syntax helped configure base image size
{
"storage-opts": ["dm.basesize=20G"],
"graph": "/home/ashwaghmare/docker/docker-data"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With