revert seccomp patch
This commit is contained in:
parent
842f6dc244
commit
671755636d
@ -174,7 +174,6 @@ func commandDaemon(daemon Daemon) *exec.Cmd {
|
|||||||
args := []string{
|
args := []string{
|
||||||
"--data-root", daemon.StoragePath,
|
"--data-root", daemon.StoragePath,
|
||||||
"--host=unix:///var/run/docker.sock",
|
"--host=unix:///var/run/docker.sock",
|
||||||
"--seccomp-profile=/var/lib/docker/default.json",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if daemon.StorageDriver != "" {
|
if daemon.StorageDriver != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user