Files
moby/contrib
Rob Murray f80feba181 Rootlesskit: check for module nf_tables
CentOS 10 uses iptables-nft by default, and doesn't have
kernel module ip_tables - so dockerd-rootless-setuptool.sh
reports that the module is missing. It suggests installing
it (which isn't needed), or using --skip-iptables (which
disables iptables in daemon config).

So, unless "iptables --version" command reports "legacy",
check for kernel module "nf_tables" instead of "ip_tables".

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-04-03 20:25:35 +01:00
..
2020-03-03 12:27:49 +09:00
2016-10-20 22:18:16 -02:00
2020-03-03 12:27:49 +09:00
2020-03-03 12:27:49 +09:00
2020-03-03 12:27:49 +09:00
2020-03-03 12:27:49 +09:00
2022-03-01 14:26:35 +08:00

The contrib directory contains scripts, images, and other helpful things which are not part of the core docker distribution. Please note that they could be out of date, since they do not receive the same attention as the rest of the repository.