mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 22:32:34 +01:00
5 lines
105 B
Bash
5 lines
105 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# trusted users that can control Docker daemon
|
||
|
config_trusted_users=(vagrant docker ubuntu)
|