Skip to content

Instantly share code, notes, and snippets.

@joepreludian
Last active October 7, 2016 01:48
Show Gist options
  • Save joepreludian/c7e10330c46acb2c1cb4ab70ea0bbc24 to your computer and use it in GitHub Desktop.
Save joepreludian/c7e10330c46acb2c1cb4ab70ea0bbc24 to your computer and use it in GitHub Desktop.
Docker config for dockerd using thinpool - /etc/docker/daemon.json
{
"storage-driver": "devicemapper",
"storage-opts": [
"dm.thinpooldev=docker-thinpool",
"dm.use_deferred_removal=true"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment