fix: blog: docker-nightmare: change filename to publish time, fix code

This commit is contained in:
minoplhy 2024-07-22 22:49:00 +07:00
parent 8e699c6252
commit 061bcdfe09
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -60,7 +60,7 @@ by editing `/etc/docker/daemon.json` to disable it by:
{ {
"iptables" : false "iptables" : false
} }
```` ```
I've tried this method and sadly doesn't work. also, [Docker Docs](https://docs.docker.com/network/packet-filtering-firewalls/#prevent-docker-from-manipulating-iptables) Recommend against this method quote `"It is likely to break container networking for the Docker Engine"` I've tried this method and sadly doesn't work. also, [Docker Docs](https://docs.docker.com/network/packet-filtering-firewalls/#prevent-docker-from-manipulating-iptables) Recommend against this method quote `"It is likely to break container networking for the Docker Engine"`
### 2. Next up, "[User-defined networks](https://docs.docker.com/network/#user-defined-networks)". ### 2. Next up, "[User-defined networks](https://docs.docker.com/network/#user-defined-networks)".