Adding this to the daemon.json file worked for me:
“storage-opts” : [ “size=40G” ]
Complete file:
{
“storage-opts” : [ “size=40G” ]
}
Share and learn in the Docker community.
Adding this to the daemon.json file worked for me:
“storage-opts” : [ “size=40G” ]
Complete file:
{
“storage-opts” : [ “size=40G” ]
}