patch seccomp profile

This commit is contained in:
Robert Kaussow
2021-01-16 21:56:43 +01:00
parent bd2f3739ff
commit 3a1c3f61cd
2 changed files with 2 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ 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 != "" {