local.conf.sample: add DOCKER_STORAGE conf to enable overlay2 storage driver
This commit is contained in:
parent
84770d81e1
commit
0cf0700e67
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Supported machines
|
# Supported machines
|
||||||
#MACHINE ?= "orange-pi-one"
|
#MACHINE ?= "orange-pi-lite"
|
||||||
#MACHINE ?= "nanopi-neo""
|
|
||||||
|
|
||||||
# More info meta-resin/README.md
|
# More info meta-resin/README.md
|
||||||
#RESIN_CONNECTABLE ?= "1"
|
#RESIN_CONNECTABLE ?= "1"
|
||||||
#RESIN_CONNECTABLE_ENABLE_SERVICES ?= "0"
|
#RESIN_CONNECTABLE_ENABLE_SERVICES ?= "0"
|
||||||
#TARGET_REPOSITORY ?= ""
|
#TARGET_REPOSITORY ?= ""
|
||||||
#TARGET_TAG ?= ""
|
#TARGET_TAG ?= ""
|
||||||
|
DOCKER_STORAGE = "overlay2"
|
||||||
|
|
||||||
# Set this to 1 if development image is desired
|
# Set this to 1 if development image is desired
|
||||||
#DEVELOPMENT_IMAGE = "1"
|
#DEVELOPMENT_IMAGE = "1"
|
||||||
|
@ -59,4 +59,4 @@ BB_DISKMON_DIRS = "\
|
||||||
ABORT,${DL_DIR},100M,1K \
|
ABORT,${DL_DIR},100M,1K \
|
||||||
ABORT,${SSTATE_DIR},100M,1K"
|
ABORT,${SSTATE_DIR},100M,1K"
|
||||||
|
|
||||||
CONF_VERSION = "1"
|
CONF_VERSION = "1"
|
Loading…
Add table
Reference in a new issue