diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0af67ab23..1ea0dbeeb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -14,6 +14,7 @@ chenzhimin <1141685075@qq.com> Cindy <176425810@qq.com> CodeJuan codejuan +Dewey-Ding Frank Yang frankyang GodweiFighting <1250394994@qq.com> diff --git a/docs/api/HTTP_API.md b/docs/api/HTTP_API.md index 4366a4531..2a5d9a74a 100644 --- a/docs/api/HTTP_API.md +++ b/docs/api/HTTP_API.md @@ -1957,12 +1957,16 @@ A mount point inside a container |Name|Schema| |---|---| +|**CopyData**
*optional*|boolean| |**Destination**
*optional*|string| |**Driver**
*optional*|string| +|**ID**
*optional*|string| |**Mode**
*optional*|string| |**Name**
*optional*|string| +|**Named**
*optional*|boolean| |**Propagation**
*optional*|string| |**RW**
*optional*|boolean| +|**Replace**
*optional*|string| |**Source**
*optional*|string| |**Type**
*optional*|string| diff --git a/docs/commandline/pouch_create.md b/docs/commandline/pouch_create.md index 72d4b42eb..c92decec5 100644 --- a/docs/commandline/pouch_create.md +++ b/docs/commandline/pouch_create.md @@ -68,7 +68,7 @@ container ID: e1d541722d68dc5d133cca9e7bd8fd9338603e1763096c8e853522b60d11f7b9, -t, --tty Allocate a pseudo-TTY -u, --user string UID --uts string UTS namespace to use - -v, --volume strings Bind mount volumes to container + -v, --volume strings Bind mount volumes to container, format is: [source:][:mode], [source] can be volume or host's path, is container's path, [mode] can be "ro/rw/dr/rr/z/Z/nocopy/private/rprivate/slave/rslave/shared/rshared" -w, --workdir string Set the working directory in a container ``` diff --git a/docs/commandline/pouch_run.md b/docs/commandline/pouch_run.md index 1e7803dd7..363e78a6e 100644 --- a/docs/commandline/pouch_run.md +++ b/docs/commandline/pouch_run.md @@ -83,7 +83,7 @@ crw-rw-rw- 1 root root 1, 3 Jan 8 09:40 /dev/testnull -t, --tty Allocate a pseudo-TTY -u, --user string UID --uts string UTS namespace to use - -v, --volume strings Bind mount volumes to container + -v, --volume strings Bind mount volumes to container, format is: [source:][:mode], [source] can be volume or host's path, is container's path, [mode] can be "ro/rw/dr/rr/z/Z/nocopy/private/rprivate/slave/rslave/shared/rshared" -w, --workdir string Set the working directory in a container ``` diff --git a/docs/commandline/pouch_upgrade.md b/docs/commandline/pouch_upgrade.md index 408a3baf5..a39ca98a9 100644 --- a/docs/commandline/pouch_upgrade.md +++ b/docs/commandline/pouch_upgrade.md @@ -70,7 +70,7 @@ test1 -t, --tty Allocate a pseudo-TTY -u, --user string UID --uts string UTS namespace to use - -v, --volume strings Bind mount volumes to container + -v, --volume strings Bind mount volumes to container, format is: [source:][:mode], [source] can be volume or host's path, is container's path, [mode] can be "ro/rw/dr/rr/z/Z/nocopy/private/rprivate/slave/rslave/shared/rshared" -w, --workdir string Set the working directory in a container ```