Skip to content

Commit

Permalink
Merge pull request AliyunContainerService#1349 from pouchrobot/auto-d…
Browse files Browse the repository at this point in the history
…oc-2018-05-18

docs: auto generate pouch cli/api docs via code
  • Loading branch information
allencloud authored May 18, 2018
2 parents ecbe3b6 + 13a17b5 commit 8af60a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/commandline/pouch_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/commandline/pouch_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/commandline/pouch_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af60a9

Please sign in to comment.