mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-23 21:30:39 +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{
|
args := []string{
|
||||||
"--data-root", daemon.StoragePath,
|
"--data-root", daemon.StoragePath,
|
||||||
"--host=unix:///var/run/docker.sock",
|
"--host=unix:///var/run/docker.sock",
|
||||||
|
"--seccomp-profile=/etc/docker/default.json",
|
||||||
}
|
}
|
||||||
|
|
||||||
if daemon.StorageDriver != "" {
|
if daemon.StorageDriver != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user