luci
luci copied to clipboard
[BUG] Docker has only blank configuration
Docker has only blank configuration
luci-lib-docker(Auto check) luci-app-dockerman
Additional Information:
Uptime:0h 6m 49s Local Time:2023-03-08 03:55:38 Kernel Version:5.15.98 Model:VMware, Inc. VMware20,1 Architecture:Intel(R) Celeron(R) J4125 CPU @ 2.00GHz Firmware Version:OpenWrt SNAPSHOT r22241-acb189179c
This seem to happen if the dockerd
executable is not present / the dockerd package is not installed. The luci-app-dockerman module should probably depend on it.
I have dockerd installed and running, faced with the same issue.
I tried to remove docker completely and install luci-app-dockerman's Release v0.5.25 ipk offline, and he gave me this hint, which seems to be a problem with the dependent kernel version
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-nft-compat
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-nft-compat found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-ipt-extra
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-extra found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-nf-ipt6
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-ipt6 found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-ip6tables
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ip6tables found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-nf-nat6
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-nat6 found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-ipt-conntrack
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-conntrack found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-ipt-nat
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-nat found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-ipt-nat6
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-nat6 found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-br-netfilter
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-br-netfilter found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-ipt-physdev
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-physdev found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-nf-ipvs
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-ipvs found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f) for kmod-veth
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-veth found, but incompatible with the architectures configured
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-dockerman:
* kernel (= 5.15.105-1-e469f5589b4c7b368924a6e4f8f7407f)
* opkg_install_cmd: Cannot install package luci-app-dockerman.
I installed the dockerd but had a problem when the /etc/config/dockerd
was already exists but empty and I had to replace it with opkg version mv /etc/config/dockerd-opkg /etc/config/dockerd
. Then after reboot everything works fine.
I installed the dockerd but had a problem when the
/etc/config/dockerd
was already exists but empty and I had to replace it with opkg versionmv /etc/config/dockerd-opkg /etc/config/dockerd
. Then after reboot everything works fine.
Worked as a charm
Can anyone share the dockerd file (or contents of it)? I have the same issue with /etc/config/dockerdalready exists but empty. And dockerd-opkg is not there as well
Can anyone share the dockerd file (or contents of it)?
It is in the package itself... https://github.com/openwrt/packages/blob/master/utils/dockerd/files/etc/config/dockerd