2.1 Restrict network traffic between containers

Information

https://docs.docker.com/articles/networking

Solution

Run the docker in daemon mode and pass '--icc=false' as argument.For Example,/usr/bin/dockerd --icc=false
Impact-The inter container communication would be disabled. No containers would be able to talk
to another container on the same host. If any communication between containers on the
same host is desired, then it needs to be explicitly defined using container linking.Default Value-By default, all inter container communication is allowed.

See Also

https://workbench.cisecurity.org/files/517

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|SC-7(21)

Plugin: Unix

Control ID: e2040a61d833136d39cca6e12b6cb938a67a75a40bc807d008cf485d2a00caa8