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,
docker daemon --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/516

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

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

Plugin: Unix

Control ID: f747a020f151abd82aa0e358f4a2cfb9848762f2abe846cfb311e4e95af90111