Created
October 4, 2016 13:27
-
-
Save agadelshin/78a6a06f33cc8fd31ceab6f24ba0e8a8 to your computer and use it in GitHub Desktop.
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
# tee /etc/systemd/system/docker.service.d/start.conf <<-'EOF' | |
[Service] | |
ExecStart= | |
ExecStart=/usr/bin/dockerd --storage-driver=overlay2 --storage-opt overlay2.override_kernel_check=1 | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment