mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-23 13:20:40 +00:00
try to enable custom seccomp profile
This commit is contained in:
parent
7a36522bc0
commit
9a6df4f5b0
@ -160,6 +160,7 @@ func commandDaemon(daemon Daemon) *exec.Cmd {
|
||||
args := []string{
|
||||
"--data-root", daemon.StoragePath,
|
||||
"--host=unix:///var/run/docker.sock",
|
||||
"--seccomp-profile=/etc/docker/default.json",
|
||||
}
|
||||
|
||||
if daemon.StorageDriver != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user