Merge pull request #76 from kisaragychihaya/master

fix error of 'https://github.com/coolsnowwolf/lede/issues/5264'
This commit is contained in:
coolsnowwolf 2020-08-10 15:23:18 +08:00 committed by GitHub
commit e0d6e183da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,7 @@ define Build/Compile
endef
define Package/docker-ce/install
$(CP) ./files/* $(1)/
$(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/cli/build/docker $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/engine/bundles/binary-daemon/dockerd $(1)/usr/bin/

View File

@ -0,0 +1,4 @@
{
"data-root": "/opt/",
"log-level": "warn"
}