local.conf.sample: add DOCKER_STORAGE conf to enable overlay2 storage driver

This commit is contained in:
Shaun Mulligan 2017-07-13 12:01:47 +02:00
parent 84770d81e1
commit 0cf0700e67

View file

@ -1,12 +1,12 @@
# Supported machines
#MACHINE ?= "orange-pi-one"
#MACHINE ?= "nanopi-neo""
#MACHINE ?= "orange-pi-lite"
# More info meta-resin/README.md
#RESIN_CONNECTABLE ?= "1"
#RESIN_CONNECTABLE_ENABLE_SERVICES ?= "0"
#TARGET_REPOSITORY ?= ""
#TARGET_TAG ?= ""
DOCKER_STORAGE = "overlay2"
# Set this to 1 if development image is desired
#DEVELOPMENT_IMAGE = "1"