docker-ce: add uci config on boot

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-07-29 13:03:38 +02:00
parent 86dacca843
commit 8bee407101

View file

@ -18,6 +18,11 @@ json_add_array_string() {
json_add_string "" "$1"
}
boot() {
uciadd
rc_procd start_service
}
uciupdate() {
local net="$1"