diff --git a/docs/commandline/pouch_create.md b/docs/commandline/pouch_create.md index 502a680f4..1f3e53eb6 100644 --- a/docs/commandline/pouch_create.md +++ b/docs/commandline/pouch_create.md @@ -59,6 +59,7 @@ e1d541722d68dc5d133cca9e7bd8fd9338603e1763096c8e853522b60d11f7b9 --oom-kill-disable Disable OOM Killer --oom-score-adj int Tune host's OOM preferences (-1000 to 1000) (default -500) --pid string PID namespace to use + --pids-limit int Set container pids limit, -1 for unlimited (default -1) -p, --port strings Set container ports mapping --privileged Give extended privileges to the container --quota-id string Specified quota id, if id < 0, it means pouchd alloc a unique quota id diff --git a/docs/commandline/pouch_run.md b/docs/commandline/pouch_run.md index 070068cef..012cb6a6c 100644 --- a/docs/commandline/pouch_run.md +++ b/docs/commandline/pouch_run.md @@ -74,6 +74,7 @@ crw-rw-rw- 1 root root 1, 3 Jan 8 09:40 /dev/testnull --oom-kill-disable Disable OOM Killer --oom-score-adj int Tune host's OOM preferences (-1000 to 1000) (default -500) --pid string PID namespace to use + --pids-limit int Set container pids limit, -1 for unlimited (default -1) -p, --port strings Set container ports mapping --privileged Give extended privileges to the container --quota-id string Specified quota id, if id < 0, it means pouchd alloc a unique quota id diff --git a/docs/commandline/pouch_upgrade.md b/docs/commandline/pouch_upgrade.md index 7f02384b9..d6a1bb0ad 100644 --- a/docs/commandline/pouch_upgrade.md +++ b/docs/commandline/pouch_upgrade.md @@ -61,6 +61,7 @@ test1 --oom-kill-disable Disable OOM Killer --oom-score-adj int Tune host's OOM preferences (-1000 to 1000) (default -500) --pid string PID namespace to use + --pids-limit int Set container pids limit, -1 for unlimited (default -1) -p, --port strings Set container ports mapping --privileged Give extended privileges to the container --quota-id string Specified quota id, if id < 0, it means pouchd alloc a unique quota id