Hi there i have problem running netclient in docker container. I have started netclient contianer and node has registered itself to the server. But when i edit this node and set it ass egress node for my network it does not work for some reason.
I have this output in netclient docker contianer
[netclient] 2023-05-12 14:35:56 initialized endpoint detection on port 51722
[netclient] 2023-05-12 14:35:56 mqtt connect handler
[netclient] 2023-05-12 14:39:01 processing node update for network ogcs
[netclient] 2023-05-12 14:39:01 network: ogcs received message to update node 38433fc0-1781-49bd-bb4a-9c6fd0fb381b
[netclient] 2023-05-12 14:39:01 adding addresses to netmaker interface
[netclient] 2023-05-12 14:39:02 network: ogcs signalled finished interface update to server
[netclient] 2023-05-12 14:39:04 Starting firewall...
[netclient] 2023-05-12 14:39:04 iptables is not supported, using nftables
[netclient] 2023-05-12 14:39:04 failed to intialize firewall: firewall support not found
[netclient] 2023-05-12 14:39:06 Starting firewall...
[netclient] 2023-05-12 14:39:06 iptables is not supported, using nftables
[netclient] 2023-05-12 14:39:06 failed to intialize firewall: firewall support not found
[netclient] 2023-05-12 14:39:48 Starting firewall...
[netclient] 2023-05-12 14:39:48 iptables is not supported, using nftables
[netclient] 2023-05-12 14:39:48 failed to intialize firewall: firewall support not found
[netclient] 2023-05-12 14:41:54 Starting firewall...
[netclient] 2023-05-12 14:41:54 iptables is not supported, using nftables
[netclient] 2023-05-12 14:41:54 failed to intialize firewall: firewall support not found
Does netclient require me to have iptables and firewall when running it in docker container??