Docker unable to start on RHEL 10.1+ distros #1

Closed
opened 2026-07-16 15:25:40 -06:00 by Tyler · 1 comment
Owner

Docker service fails to start with the following error

"Daemon shutdown complete" error="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:  (COMMAND_FAILED: '/usr/sbin/iptables -w10 -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER' failed: Warning: Extension addrtype revision 0 not supported, missing kernel module?

The xt_addrtype module is required to allow the service to start/manage the firewall. The necessary module is provided in the kernel-modules-extra package

Docker service fails to start with the following error ``` "Daemon shutdown complete" error="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: (COMMAND_FAILED: '/usr/sbin/iptables -w10 -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER' failed: Warning: Extension addrtype revision 0 not supported, missing kernel module? ``` The `xt_addrtype` module is required to allow the service to start/manage the firewall. The necessary module is provided in the `kernel-modules-extra` package
Author
Owner

Package added in commit 6107ae4ba1

Package added in commit 6107ae4ba1
Tyler closed this issue 2026-07-17 11:42:53 -06:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
Tyler/Ansible-Docker#1
No description provided.