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