diff --git a/docs/commandline/pouch_create.md b/docs/commandline/pouch_create.md index 01137cc47..e930ad56d 100644 --- a/docs/commandline/pouch_create.md +++ b/docs/commandline/pouch_create.md @@ -20,7 +20,7 @@ e1d541722d68dc5d133cca9e7bd8fd9338603e1763096c8e853522b60d11f7b9 ### Options ``` - --annotation strings Additional annotation for runtime + --annotation stringArray Additional annotation for runtime --blkio-weight uint16 Block IO (relative weight), between 10 and 1000, or 0 to disable --blkio-weight-device strings Block IO weight (relative device weight), need CFQ IO Scheduler enable (default []) --cap-add strings Add Linux capabilities diff --git a/docs/commandline/pouch_run.md b/docs/commandline/pouch_run.md index 6a9292af9..227a139cf 100644 --- a/docs/commandline/pouch_run.md +++ b/docs/commandline/pouch_run.md @@ -31,7 +31,7 @@ crw-rw-rw- 1 root root 1, 3 Jan 8 09:40 /dev/testnull ### Options ``` - --annotation strings Additional annotation for runtime + --annotation stringArray Additional annotation for runtime -a, --attach Attach container's STDOUT and STDERR --blkio-weight uint16 Block IO (relative weight), between 10 and 1000, or 0 to disable --blkio-weight-device strings Block IO weight (relative device weight), need CFQ IO Scheduler enable (default []) diff --git a/docs/commandline/pouch_updatedaemon.md b/docs/commandline/pouch_updatedaemon.md index 08fd10efc..518879a32 100644 --- a/docs/commandline/pouch_updatedaemon.md +++ b/docs/commandline/pouch_updatedaemon.md @@ -26,12 +26,14 @@ $ pouch updatedaemon --debug=true --exec-root-dir string update exec root directory for network --fixed-cidr string update daemon bridge fixed CIDR -h, --help help for updatedaemon + --home-dir string update daemon home dir --image-proxy string update daemon image proxy --ipforward udpate daemon with ipforward (default true) --iptables update daemon with iptables (default true) --label strings update daemon labels --manager-white-list string update daemon manager white list --offline just update daemon config file + --snapshotter string update daemon snapshotter --userland-proxy update daemon with userland proxy ```