mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-07-30 14:09:14 +00:00
Improve wording
This commit is contained in:
parent
f769a32e9b
commit
85117ea1a2
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ check_2() {
|
|||
check_2_1() {
|
||||
local id="2.1"
|
||||
local desc="Ensure network traffic is restricted between containers on the default bridge (Scored)"
|
||||
local remediation="Edit the Docker daemon configuration file to ensure that inter-container communication is disabled: \"icc\": false"
|
||||
local remediation="Edit the Docker daemon configuration file to ensure that inter-container communication is disabled: \"icc\": false."
|
||||
local remediationImpact="Inter-container communication is disabled on the default network bridge. If any communication between containers on the same host is desired, it needs to be explicitly defined using container linking or custom networks."
|
||||
local check="$id - $desc"
|
||||
starttestjson "$id" "$desc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue