mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-19 11:45:29 +08:00
luci-app-docker: add data-root path config
This commit is contained in:
parent
b3cdf4ee1b
commit
bae5572a81
@ -10,7 +10,7 @@ LUCI_TITLE:=Luci for Docker-CE
|
|||||||
LUCI_DEPENDS:=+dockerd +e2fsprogs +fdisk
|
LUCI_DEPENDS:=+dockerd +e2fsprogs +fdisk
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
PKG_VERSION:=1
|
PKG_VERSION:=1
|
||||||
PKG_RELEASE:=10
|
PKG_RELEASE:=11
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
4
package/lean/luci-app-docker/root/etc/docker/daemon.json
Normal file
4
package/lean/luci-app-docker/root/etc/docker/daemon.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"data-root": "/opt/",
|
||||||
|
"log-level": "warn"
|
||||||
|
}
|
@ -243,7 +243,7 @@ CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
|||||||
# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set
|
# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set
|
||||||
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
|
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
|
||||||
CONFIG_INTEL_GTT=y
|
CONFIG_INTEL_GTT=y
|
||||||
CONFIG_INTEL_IDLE=y
|
# CONFIG_INTEL_IDLE is not set
|
||||||
# CONFIG_INTEL_IDXD is not set
|
# CONFIG_INTEL_IDXD is not set
|
||||||
# CONFIG_INTEL_IPS is not set
|
# CONFIG_INTEL_IPS is not set
|
||||||
# CONFIG_INTEL_MEI_HDCP is not set
|
# CONFIG_INTEL_MEI_HDCP is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user