1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #18899 from cpswan/18898-fix-storage-driver-example

Fix --storage-driver example
This commit is contained in:
Sebastiaan van Stijn 2015-12-28 21:58:43 +01:00
commit 8c6ad0991e

View file

@ -98,7 +98,7 @@ directory:
[Service]
ExecStart=
ExecStart=/usr/bin/docker daemon -H fd:// --graph /mnt/docker-data --storage-driver btrfs
ExecStart=/usr/bin/docker daemon -H fd:// --graph="/mnt/docker-data" --storage-driver=overlay
You can also set other environment variables in this file, for example, the
`HTTP_PROXY` environment variables described below.