Skip to content

Instantly share code, notes, and snippets.

@bkatiemills
Created September 27, 2017 16:39
Show Gist options
  • Save bkatiemills/79d58ed9eadc5f6e9cf047188ba4b448 to your computer and use it in GitHub Desktop.
Save bkatiemills/79d58ed9eadc5f6e9cf047188ba4b448 to your computer and use it in GitHub Desktop.
a minimal daemon.json for using devicemapper on centos.
{
"storage-driver": "devicemapper",
"storage-opts": [
"dm.directlvm_device=/dev/xvdb"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment