Created
April 5, 2016 12:27
-
-
Save mruoss/d01d264df7eaf557d07711740ce2ac71 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # 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