This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
docker-ce: add uci config on boot
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
86dacca843
commit
8bee407101
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
utils/docker-ce/files/dockerd.init
+ 5
- 0
utils/docker-ce/files/dockerd.init
View File
@ -18,6 +18,11 @@ json_add_array_string() {
json_add_string "" "$1"
json_add_string "" "$1"
}
}
boot() {
uciadd
rc_procd start_service
}
uciupdate() {
uciupdate() {
local net="$1"
local net="$1"
Write
Preview
Loading…
Cancel
Save