Skip to content

Instantly share code, notes, and snippets.

@Oats87
Created January 17, 2019 21:38
Show Gist options
  • Save Oats87/23d5a8e6ce7b32cc996a50ec93e9abe9 to your computer and use it in GitHub Desktop.
Save Oats87/23d5a8e6ce7b32cc996a50ec93e9abe9 to your computer and use it in GitHub Desktop.
centos/rhel docker.json config
{
"storage-driver": "overlay2",
"storage-opts": [
"overlay2.override_kernel_check=true"
],
"exec-opts": [
"native.cgroupdriver=systemd"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment