Возникла проблема с Docker
Wiren Board 7.4.2 (s/n AJTCLOYU), release wb-2504 (as stable)
WB сброшен к заводским настройкам, прошит свежим wb-2504 (as stable)
устанавливаю Docker по инструкции Установка Docker на контроллер Wiren Board — Wiren Board
часть
Если у вас релиз wb-2304 и новее, надо выполнить команды:
update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
вызывает сообщение - нет альтернативы для iptables
root@wirenboard-AJTCLOYU:~# systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2025-05-14 12:37:06 UTC; 14min ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 13913 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 13913 (code=exited, status=1/FAILURE)
CPU: 1.105s
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: Stopped Docker Application Container Engine.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Consumed 1.105s CPU time.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Start request repeated too quickly.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Failed with result ‘exit-code’.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: Failed to start Docker Application Container Engine.
root@wirenboard-AJTCLOYU:~# journalctl -u docker --no-pager --lines=50
– Journal begins at Wed 2025-05-14 06:24:41 UTC, ends at Wed 2025-05-14 12:52:07 UTC. –
May 14 12:36:58 wirenboard-AJTCLOYU dockerd[13674]: time=“2025-05-14T12:36:58.269984424Z” level=info msg=“stopping event stream following graceful shutdown” error=“” module=libcontainerd namespace=moby
May 14 12:36:58 wirenboard-AJTCLOYU dockerd[13674]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register “bridge” driver: failed to add jump rules to ipv4 NAT table: failed to append jump rules to nat-PREROUTING: (iptables failed: iptables --wait -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER: iptables v1.8.7 (nf_tables): Couldn’t load match addrtype':No such file or directory May 14 12:36:58 wirenboard-AJTCLOYU dockerd[13674]: Try
iptables -h’ or ‘iptables --help’ for more information.
May 14 12:36:58 wirenboard-AJTCLOYU dockerd[13674]: (exit status 2))
May 14 12:36:58 wirenboard-AJTCLOYU systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
May 14 12:36:58 wirenboard-AJTCLOYU systemd[1]: docker.service: Failed with result ‘exit-code’.
May 14 12:36:58 wirenboard-AJTCLOYU systemd[1]: Failed to start Docker Application Container Engine.
May 14 12:36:58 wirenboard-AJTCLOYU systemd[1]: docker.service: Consumed 1.078s CPU time.
May 14 12:37:00 wirenboard-AJTCLOYU systemd[1]: docker.service: Scheduled restart job, restart counter is at 1.
May 14 12:37:00 wirenboard-AJTCLOYU systemd[1]: Stopped Docker Application Container Engine.
May 14 12:37:00 wirenboard-AJTCLOYU systemd[1]: docker.service: Consumed 1.078s CPU time.
May 14 12:37:00 wirenboard-AJTCLOYU systemd[1]: Starting Docker Application Container Engine…
May 14 12:37:00 wirenboard-AJTCLOYU dockerd[13792]: time=“2025-05-14T12:37:00.726106880Z” level=info msg=“Starting up”
May 14 12:37:00 wirenboard-AJTCLOYU dockerd[13792]: time=“2025-05-14T12:37:00.738802619Z” level=info msg=“OTEL tracing is not configured, using no-op tracer provider”
May 14 12:37:00 wirenboard-AJTCLOYU dockerd[13792]: time=“2025-05-14T12:37:00.818400260Z” level=info msg=“Creating a containerd client” address=/run/containerd/containerd.sock timeout=1m0s
May 14 12:37:00 wirenboard-AJTCLOYU dockerd[13792]: time=“2025-05-14T12:37:00.923745046Z” level=info msg=“[graphdriver] using prior storage driver: overlay2”
May 14 12:37:00 wirenboard-AJTCLOYU dockerd[13792]: time=“2025-05-14T12:37:00.927185251Z” level=info msg=“Loading containers: start.”
May 14 12:37:01 wirenboard-AJTCLOYU dockerd[13792]: time=“2025-05-14T12:37:01.558570548Z” level=info msg=“stopping event stream following graceful shutdown” error=“” module=libcontainerd namespace=moby
May 14 12:37:01 wirenboard-AJTCLOYU dockerd[13792]: time=“2025-05-14T12:37:01.561990420Z” level=info msg=“stopping event stream following graceful shutdown” error=“context canceled” module=libcontainerd namespace=plugins.moby
May 14 12:37:01 wirenboard-AJTCLOYU dockerd[13792]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register “bridge” driver: failed to add jump rules to ipv4 NAT table: failed to append jump rules to nat-PREROUTING: (iptables failed: iptables --wait -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER: iptables v1.8.7 (nf_tables): Couldn’t load match addrtype':No such file or directory May 14 12:37:01 wirenboard-AJTCLOYU dockerd[13792]: Try
iptables -h’ or ‘iptables --help’ for more information.
May 14 12:37:01 wirenboard-AJTCLOYU dockerd[13792]: (exit status 2))
May 14 12:37:01 wirenboard-AJTCLOYU systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
May 14 12:37:01 wirenboard-AJTCLOYU systemd[1]: docker.service: Failed with result ‘exit-code’.
May 14 12:37:01 wirenboard-AJTCLOYU systemd[1]: Failed to start Docker Application Container Engine.
May 14 12:37:01 wirenboard-AJTCLOYU systemd[1]: docker.service: Consumed 1.072s CPU time.
May 14 12:37:03 wirenboard-AJTCLOYU systemd[1]: docker.service: Scheduled restart job, restart counter is at 2.
May 14 12:37:03 wirenboard-AJTCLOYU systemd[1]: Stopped Docker Application Container Engine.
May 14 12:37:03 wirenboard-AJTCLOYU systemd[1]: docker.service: Consumed 1.072s CPU time.
May 14 12:37:03 wirenboard-AJTCLOYU systemd[1]: Starting Docker Application Container Engine…
May 14 12:37:03 wirenboard-AJTCLOYU dockerd[13913]: time=“2025-05-14T12:37:03.959831300Z” level=info msg=“Starting up”
May 14 12:37:03 wirenboard-AJTCLOYU dockerd[13913]: time=“2025-05-14T12:37:03.963525213Z” level=info msg=“OTEL tracing is not configured, using no-op tracer provider”
May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: time=“2025-05-14T12:37:04.042202146Z” level=info msg=“Creating a containerd client” address=/run/containerd/containerd.sock timeout=1m0s
May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: time=“2025-05-14T12:37:04.175479408Z” level=info msg=“[graphdriver] using prior storage driver: overlay2”
May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: time=“2025-05-14T12:37:04.178708614Z” level=info msg=“Loading containers: start.”
May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: time=“2025-05-14T12:37:04.866124779Z” level=info msg=“stopping event stream following graceful shutdown” error=“” module=libcontainerd namespace=moby
May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: time=“2025-05-14T12:37:04.869713859Z” level=info msg=“stopping event stream following graceful shutdown” error=“context canceled” module=libcontainerd namespace=plugins.moby
May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register “bridge” driver: failed to add jump rules to ipv4 NAT table: failed to append jump rules to nat-PREROUTING: (iptables failed: iptables --wait -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER: iptables v1.8.7 (nf_tables): Couldn’t load match addrtype':No such file or directory May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: Try
iptables -h’ or ‘iptables --help’ for more information.
May 14 12:37:04 wirenboard-AJTCLOYU dockerd[13913]: (exit status 2))
May 14 12:37:04 wirenboard-AJTCLOYU systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
May 14 12:37:04 wirenboard-AJTCLOYU systemd[1]: docker.service: Failed with result ‘exit-code’.
May 14 12:37:04 wirenboard-AJTCLOYU systemd[1]: Failed to start Docker Application Container Engine.
May 14 12:37:04 wirenboard-AJTCLOYU systemd[1]: docker.service: Consumed 1.105s CPU time.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: Stopped Docker Application Container Engine.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Consumed 1.105s CPU time.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Start request repeated too quickly.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: docker.service: Failed with result ‘exit-code’.
May 14 12:37:06 wirenboard-AJTCLOYU systemd[1]: Failed to start Docker Application Container Engine.
Перезагрузка проблему не решает