Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "Device "ip_tables" does not exist." #412

Closed
mo-saeed opened this issue Mar 14, 2023 · 4 comments
Closed

Error "Device "ip_tables" does not exist." #412

mo-saeed opened this issue Mar 14, 2023 · 4 comments

Comments

@mo-saeed
Copy link

Hello,

I upgraded my docker file (dind-rootless) to have the latest docker version "23.0.1" (upgraded from 20.10) but then I get this error.

the dockerd-entrypoint.sh seems to continue working and all good but I am wondering if this error has any impact on docker operations

/certs/client/cert.pem: OK
Device "ip_tables" does not exist.
ip_tables              32768  5 iptable_filter,iptable_security,iptable_raw,iptable_nat,iptable_mangle
x_tables               45056  22 ebtables,ip6table_filter,xt_conntrack,xt_statistic,iptable_filter,iptable_security,nft_compat,xt_multiport,xt_tcpudp,xt_addrtype,xt_nat,xt_comment,xt_owner,xt_set,ip6_tables,ipt_rpfilter,iptable_raw,ip_tables,ip6table_mangle,xt_MASQUERADE,iptable_mangle,xt_mark
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/5.4.0-1094-azure

I am using azure AKS and docker rootless is running on debian-slim.

@mo-saeed
Copy link
Author

@tianon I would appreciate your advice here.
Thanks a lot!

@tianon
Copy link
Member

tianon commented Dec 11, 2023

I think this is probably #437 (comment)

@piyush-bhuwalka
Copy link

piyush-bhuwalka commented Dec 15, 2023

@tianon We are getting this issue on docker:dind image

ip: can't find device 'nf_tables'

whats the resolution ?

@tianon
Copy link
Member

tianon commented Dec 15, 2023

Fixed by #465 which will be updated by docker-library/official-images#15921 👍

@tianon tianon closed this as completed Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@tianon @mo-saeed @piyush-bhuwalka and others