Created
May 2, 2017 12:04
-
-
Save benfavre/dd78c6963d26ba2b55c4ee6f17c44c63 to your computer and use it in GitHub Desktop.
Increase device mapper size for docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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