Created
January 17, 2019 21:38
-
-
Save Oats87/23d5a8e6ce7b32cc996a50ec93e9abe9 to your computer and use it in GitHub Desktop.
centos/rhel docker.json config
This file contains 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
{ | |
"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