Browse Source

dockerd: change start level to 99

Dockerd start too early will conflict with other net config.
After boot must manually restart dockerd, Or some container will not run.

Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
lilik-openwrt-22.03
Yuhang Qin 4 years ago
parent
commit
ab472b3fdf
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      utils/dockerd/Makefile
  2. +1
    -1
      utils/dockerd/files/dockerd.init

+ 1
- 1
utils/dockerd/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dockerd
PKG_VERSION:=20.10.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE


+ 1
- 1
utils/dockerd/files/dockerd.init View File

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
USE_PROCD=1
START=25
START=99
extra_command "uciadd" "<interface> <device> <zone> Add docker bridge configuration to network and firewall uci config"
extra_command "ucidel" "<interface> <device> <zone> Delete docker bridge configuration from network and firewall uci config"


Loading…
Cancel
Save