Blocking traffic between specific containers on the same bridge network

You simply create a Docker network “proxy” and a Docker network “db” and attach according services/containers to them.

For Docker security, also check OWASP Docker Security Cheat Sheet.

1 Like