Skip to content

Instantly share code, notes, and snippets.

@benfavre
Created May 2, 2017 12:04
Show Gist options
  • Save benfavre/dd78c6963d26ba2b55c4ee6f17c44c63 to your computer and use it in GitHub Desktop.
Save benfavre/dd78c6963d26ba2b55c4ee6f17c44c63 to your computer and use it in GitHub Desktop.
Increase device mapper size for docker
#/etc/docker/daemon.json
{
"storage-opts": [
"dm.basesize = 20G"
],
"storage-driver": "devicemapper"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment