Merge pull request #64 from docker/diogo-small-label-nit

Changing description to match label
This commit is contained in:
Thomas Sjögren 2015-07-26 00:39:55 +02:00
commit cbb6c97826

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