Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuperpoussin22 <vincent.nadal@orange.fr>2017-07-10 16:24:09 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-07-10 16:24:09 +0300
commit29f5dc7e53eb4e5dd6dd3c52d0037b10bef39c2b (patch)
tree1756df8067f72c5b840e4189ae1e7dcb9cb74020 /include/tests_containers
parent3b66a22f39f2b45dcaba33f87ef56d99cd30f521 (diff)
Update tests_containers (#412)
last docker version no more use docker -d sounds better to check dockerd
Diffstat (limited to 'include/tests_containers')
-rw-r--r--include/tests_containers2
1 files changed, 1 insertions, 1 deletions
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"