mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
fix537_proper
This commit is contained in:
parent
b6e4380937
commit
8d97756c62
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ get_docker_configuration_file() {
|
||||||
CONFIG_FILE="$FILE"
|
CONFIG_FILE="$FILE"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if [ -f '/home/kali/SUKA/daemon.json' ]; then
|
if [ -f '/etc/docker/daemon.json' ]; then
|
||||||
CONFIG_FILE='/home/kali/SUKA/daemon.json'
|
CONFIG_FILE='/etc/docker/daemon.json'
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
CONFIG_FILE='/dev/null'
|
CONFIG_FILE='/dev/null'
|
||||||
|
|
Loading…
Reference in a new issue