Visit Website

When you create a docker container, it is automatically connected to a bridge network allowing inter-container communication (ICC). Disabling ICC doesn't block raw ethernet frames between containers, allowing unexpected data transfer over sockets.

ALTERNATIVES