From 9a6df4f5b0735cf28581b882268b6f5c7a792c54 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 17 Jan 2021 13:57:58 +0100 Subject: [PATCH] try to enable custom seccomp profile --- plugin/docker.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/docker.go b/plugin/docker.go index 97a6986..836547b 100644 --- a/plugin/docker.go +++ b/plugin/docker.go @@ -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 != "" {