Hey team!
With one of our customers, we recently faced a curious issue. They have a sort of security requirement to control Debian networking filtering platform with only one tool, either nftables or iptables. By the moment the OS has Docker-ce installed and both iptables and nftables. We tried to do “apt remove nftables” or “apt remove iptables” and noticed that they both are trying to uninstall docker-ce package with. In the other hand, if we try to install docker-ce on clean Debian VM it deploys both iptables and nftables with. Which looks pretty irrational since iptables package is mentioned as deprecated and replaced by nftables. Any ideas on how we could install docker-ce with either iptables only or with nftables only? Docker is installed from docker repo, not from Debian repos. If any additional details are required I’d gladly share them
Thank you!