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