helps to actually provide the docker-storage-setup file

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-04-15 13:30:58 +00:00
parent 8f75c0fe3d
commit 1113bf6684
2 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
DOCKER_STORAGE_OPTIONS="--storage-driver=devicemapper --storage-opt dm.datadev=/dev/vg-docker/data --storage-opt dm.metadatadev=/dev/vg-docker/metadata"

View file

@ -0,0 +1 @@
VG="vg-docker"