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
|
||||
#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"
|
||||
|
|
Loading…
Add table
Reference in a new issue