Skip to content

Instantly share code, notes, and snippets.

@agadelshin
Created October 4, 2016 13:27
Show Gist options
  • Save agadelshin/78a6a06f33cc8fd31ceab6f24ba0e8a8 to your computer and use it in GitHub Desktop.
Save agadelshin/78a6a06f33cc8fd31ceab6f24ba0e8a8 to your computer and use it in GitHub Desktop.
# 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