mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13671 from moxiegirl/carry-13147-fix
Tweaking text identified in PR #13147
This commit is contained in:
commit
7e8639a9df
4 changed files with 4 additions and 4 deletions
|
@ -188,7 +188,7 @@ Json Parameters:
|
|||
- **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
|
||||
- **Env** - A list of environment variables in the form of `VAR=value`
|
||||
- **Cmd** - Command to run specified as a string or an array of strings.
|
||||
- **Entrypoint** - Set the entrypoint for the container a a string or an array
|
||||
- **Entrypoint** - Set the entrypoint for the container a string or an array
|
||||
of strings
|
||||
- **Image** - String value containing the image name to use for the container
|
||||
- **Volumes** – An object mapping mountpoint paths (strings) inside the
|
||||
|
|
|
@ -188,7 +188,7 @@ Json Parameters:
|
|||
- **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
|
||||
- **Env** - A list of environment variables in the form of `VAR=value`
|
||||
- **Cmd** - Command to run specified as a string or an array of strings.
|
||||
- **Entrypoint** - Set the entrypoint for the container a a string or an array
|
||||
- **Entrypoint** - Set the entrypoint for the container a string or an array
|
||||
of strings
|
||||
- **Image** - String value containing the image name to use for the container
|
||||
- **Volumes** – An object mapping mountpoint paths (strings) inside the
|
||||
|
|
|
@ -190,7 +190,7 @@ Json Parameters:
|
|||
- **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
|
||||
- **Env** - A list of environment variables in the form of `VAR=value`
|
||||
- **Cmd** - Command to run specified as a string or an array of strings.
|
||||
- **Entrypoint** - Set the entrypoint for the container a a string or an array
|
||||
- **Entrypoint** - Set the entrypoint for the container a string or an array
|
||||
of strings
|
||||
- **Image** - String value containing the image name to use for the container
|
||||
- **Volumes** – An object mapping mountpoint paths (strings) inside the
|
||||
|
|
|
@ -201,7 +201,7 @@ Json Parameters:
|
|||
- **Env** - A list of environment variables in the form of `VAR=value`
|
||||
- **Labels** - Adds a map of labels that to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}`
|
||||
- **Cmd** - Command to run specified as a string or an array of strings.
|
||||
- **Entrypoint** - Set the entrypoint for the container a a string or an array
|
||||
- **Entrypoint** - Set the entrypoint for the container a string or an array
|
||||
of strings
|
||||
- **Image** - String value containing the image name to use for the container
|
||||
- **Volumes** – An object mapping mountpoint paths (strings) inside the
|
||||
|
|
Loading…
Add table
Reference in a new issue