Skip to content

Instantly share code, notes, and snippets.

@mruoss
Created April 5, 2016 12:27
Show Gist options
  • Select an option

  • Save mruoss/d01d264df7eaf557d07711740ce2ac71 to your computer and use it in GitHub Desktop.

Select an option

Save mruoss/d01d264df7eaf557d07711740ce2ac71 to your computer and use it in GitHub Desktop.
# Save this in /etc/systemd/system/docker.service.d/overlay.conf to use overlayfs for docker
[Service]
ExecStart=
ExecStart=/usr/bin/docker daemon -H fd:// --storage-driver=overlay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment