Changing description to match label

Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
Diogo Monica 2015-07-24 22:08:14 -07:00
parent c1a55e80fc
commit 45f0b049ff

View file

@ -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")