Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 720c061

Browse files
committed
Revert "Don't pass --pids-limit for now"
This reverts commit 5e54b63.
1 parent e9c5914 commit 720c061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ impl Container {
2121
.arg("--cap-drop=ALL")
2222
.arg("--memory=128m")
2323
.arg("--net=none")
24+
.arg("--pids-limit=5")
2425
.arg("--security-opt=no-new-privileges")
2526
.arg("--interactive")
2627
.arg(name)

0 commit comments

Comments
 (0)