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

Commit 5e54b63

Browse files
committed
Don't pass --pids-limit for now
There should be a default value and it's not on Travis right now
1 parent 07fd13d commit 5e54b63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docker.rs

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

0 commit comments

Comments
 (0)