try to enable custom seccomp profile

This commit is contained in:
Robert Kaussow 2021-01-17 13:57:58 +01:00
parent 7a36522bc0
commit 9a6df4f5b0
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 0 deletions

View File

@ -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 != "" {