From 45f0b049ff9afa78fc63e5953ae84bcc89e35884 Mon Sep 17 00:00:00 2001 From: Diogo Monica Date: Fri, 24 Jul 2015 22:08:14 -0700 Subject: [PATCH] Changing description to match label Signed-off-by: Diogo Monica --- docker-bench-security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 4ae7557..9ef6bd8 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -75,7 +75,7 @@ done main () { # List all running containers containers=$(docker ps -q) - # If there is a container with label docker-bench-security, memorize it: + # If there is a container with label docker_bench_security, memorize it: benchcont="nil" for c in $containers; do labels=$(docker inspect --format '{{ .Config.Labels }}' "$c")