diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 03813482f..27b83316c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -18,6 +18,7 @@ Cindy <176425810@qq.com> CodeJuan codejuan Coordinate36 <2484652469@qq.com> +cpaasarch dbdd4us devily <86979425@qq.com> Dewey-Ding diff --git a/docs/commandline/pouch_create.md b/docs/commandline/pouch_create.md index 8a6fcd7d4..c74d09481 100644 --- a/docs/commandline/pouch_create.md +++ b/docs/commandline/pouch_create.md @@ -69,8 +69,8 @@ e1d541722d68dc5d133cca9e7bd8fd9338603e1763096c8e853522b60d11f7b9 --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 - -p, --port strings Set container ports mapping --privileged Give extended privileges to the container + -p, --publish strings Set container ports mapping --quota-id string Specified quota id, if id < 0, it means pouchd alloc a unique quota id --restart string Restart policy to apply when container exits --rich Start container in rich container mode. (default false) diff --git a/docs/commandline/pouch_run.md b/docs/commandline/pouch_run.md index bb58897a0..17da651e9 100644 --- a/docs/commandline/pouch_run.md +++ b/docs/commandline/pouch_run.md @@ -84,8 +84,8 @@ crw-rw-rw- 1 root root 1, 3 Jan 8 09:40 /dev/testnull --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 - -p, --port strings Set container ports mapping --privileged Give extended privileges to the container + -p, --publish strings Set container ports mapping --quota-id string Specified quota id, if id < 0, it means pouchd alloc a unique quota id --restart string Restart policy to apply when container exits --rich Start container in rich container mode. (default false)