diff --git a/include/tests_containers b/include/tests_containers index 739f9878..d3a400ba 100644 --- a/include/tests_containers +++ b/include/tests_containers @@ -81,7 +81,7 @@ # Description : Checking Docker daemon status and basic information for later tests Register --test-no CONT-8102 --weight L --network NO --category security --description "Checking Docker status and information" if [ ${SKIPTEST} -eq 0 ]; then - IsRunning "docker -d" + IsRunning "dockerd" if [ ${RUNNING} -eq 1 ]; then LogText "Result: found Docker daemon running" Report "docker_daemon_running=1"