add custom seccomp profile

This commit is contained in:
Robert Kaussow
2021-01-17 14:27:49 +01:00
parent 9c86f98ea5
commit bfdf3034c1
4 changed files with 28 additions and 0 deletions

View File

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