mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 00:21:45 +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"
|
||||
return
|
||||
fi
|
||||
if [ -f '/home/kali/SUKA/daemon.json' ]; then
|
||||
CONFIG_FILE='/home/kali/SUKA/daemon.json'
|
||||
if [ -f '/etc/docker/daemon.json' ]; then
|
||||
CONFIG_FILE='/etc/docker/daemon.json'
|
||||
return
|
||||
fi
|
||||
CONFIG_FILE='/dev/null'
|
||||
|
|
Loading…
Reference in a new issue