WolfLink@sh.itjust.works to linuxmemes@lemmy.world · 20 小时前Every time I use podmansh.itjust.worksimagemessage-square70fedilinkarrow-up1343arrow-down126
arrow-up1317arrow-down1imageEvery time I use podmansh.itjust.worksWolfLink@sh.itjust.works to linuxmemes@lemmy.world · 20 小时前message-square70fedilink
minus-squaredeathmetal27@lemmy.worldlinkfedilinkarrow-up13·7 小时前This is why I don’t like Docker compared to Podman:
minus-squareWolfLink@sh.itjust.worksOPlinkfedilinkarrow-up6·7 小时前I literally yesterday dealt with that. There’s an option to just turn off Docker’s firewall manipulation so you can do it manually.
minus-squareRamenator@lemmy.worldlinkfedilinkarrow-up3·3 小时前I had the same issue, but I just added my plain iptables rules to the DOCKER-USER table, which worked fine
minus-squareWolfLink@sh.itjust.worksOPlinkfedilinkarrow-up1·1 小时前https://docs.docker.com/engine/network/packet-filtering-firewalls/#prevent-docker-from-manipulating-firewall-rules Basically put: { iptables: False, Ip6tables: False } In /etc/docker/daemon.json
This is why I don’t like Docker compared to Podman:
I literally yesterday dealt with that. There’s an option to just turn off Docker’s firewall manipulation so you can do it manually.
I had the same issue, but I just added my plain iptables rules to the DOCKER-USER table, which worked fine
Please elaborate…
https://docs.docker.com/engine/network/packet-filtering-firewalls/#prevent-docker-from-manipulating-firewall-rules
Basically put:
{ iptables: False, Ip6tables: False }In /etc/docker/daemon.json