mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 05:21:46 +08:00
Merge pull request #76 from kisaragychihaya/master
fix error of 'https://github.com/coolsnowwolf/lede/issues/5264'
This commit is contained in:
commit
e0d6e183da
@ -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/
|
||||
|
4
utils/docker-ce/files/etc/docker/daemon.json
Normal file
4
utils/docker-ce/files/etc/docker/daemon.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"data-root": "/opt/",
|
||||
"log-level": "warn"
|
||||
}
|
Loading…
Reference in New Issue
Block a user