diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index 0a284ff..53519e0 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -46,12 +46,12 @@ docker_current_date="2017-01-18" do_version_check "$docker_current_version" "$docker_version" if [ $? -eq 11 ]; then warn "$check_1_5" - warn " * Using $docker_version, when $docker_current_version is current as of $docker_current_date" - info " * Your operating system vendor may provide support and security maintenance for docker" + warn " * Using $docker_version, when $docker_current_version is current as of $docker_current_date" + info " * Your operating system vendor may provide support and security maintenance for docker" else pass "$check_1_5" - info " * Using $docker_version which is current as of $docker_current_date" - info " * Check with your operating system vendor for support and security maintenance for docker" + info " * Using $docker_version which is current as of $docker_current_date" + info " * Check with your operating system vendor for support and security maintenance for docker" fi # 1.6 diff --git a/tests/4_container_images.sh b/tests/4_container_images.sh index 1e52dba..3c7dec3 100644 --- a/tests/4_container_images.sh +++ b/tests/4_container_images.sh @@ -59,7 +59,7 @@ for img in $images; do warn "$check_4_6" fi imgName=`docker inspect --format='{{.RepoTags}}' $img 2>/dev/null` - warn " No Healthcheck found : $imgName" + warn " * No Healthcheck found : $imgName" fi done if [ $fail -eq 0 ]; then @@ -77,7 +77,7 @@ for img in $images; do info "$check_4_7" fi imgName=`docker inspect --format='{{.RepoTags}}' $img 2>/dev/null` - info " update instruction found in history of $imgName" + info " * Update instruction found in history of $imgName" fi done if [ $fail -eq 0 ]; then @@ -95,7 +95,7 @@ for img in $images; do info "$check_4_9" fi imgName=`docker inspect --format='{{.RepoTags}}' $img 2>/dev/null` - info " found ADD in docker history of $imgName" + info " * Found ADD in docker history of $imgName" fi done if [ $fail -eq 0 ]; then diff --git a/tests/5_container_runtime.sh b/tests/5_container_runtime.sh index fb4c79a..dd984e9 100644 --- a/tests/5_container_runtime.sh +++ b/tests/5_container_runtime.sh @@ -625,7 +625,7 @@ else fail=1 fi for c in $docker0Containers; do - warn " * container in docker0 network: $c" + warn " * Container in docker0 network: $c" done fi fi @@ -669,10 +669,10 @@ else # If it's the first container, fail the test if [ $fail -eq 0 ]; then warn "$check_5_31" - warn " * Docker sock shared: $c" + warn " * Docker socket shared: $c" fail=1 else - warn " * Docekr sock shared: $c" + warn " * Docker socket shared: $c" fi fi done