diff --git a/plugin/docker.go b/plugin/docker.go index b48d3fe..cb38fb2 100644 --- a/plugin/docker.go +++ b/plugin/docker.go @@ -174,7 +174,6 @@ func commandDaemon(daemon Daemon) *exec.Cmd { args := []string{ "--data-root", daemon.StoragePath, "--host=unix:///var/run/docker.sock", - "--seccomp-profile=/var/lib/docker/default.json", } if daemon.StorageDriver != "" {