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