소스 검색

Tweaking text identified in PR #13147

Signed-off-by: Mary Anthony <mary@docker.com>
Mary Anthony 10 년 전
부모
커밋
cb4af853f6

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.15.md

@@ -188,7 +188,7 @@ Json Parameters:
 -   **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
 -   **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
 -   **Env** - A list of environment variables in the form of `VAR=value`
 -   **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.
 -   **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
       of strings
 -   **Image** - String value containing the image name to use for the container
 -   **Image** - String value containing the image name to use for the container
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.16.md

@@ -188,7 +188,7 @@ Json Parameters:
 -   **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
 -   **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
 -   **Env** - A list of environment variables in the form of `VAR=value`
 -   **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.
 -   **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
       of strings
 -   **Image** - String value containing the image name to use for the container
 -   **Image** - String value containing the image name to use for the container
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.17.md

@@ -190,7 +190,7 @@ Json Parameters:
 -   **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
 -   **StdinOnce** - Boolean value, close stdin after the 1 attached client disconnects.
 -   **Env** - A list of environment variables in the form of `VAR=value`
 -   **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.
 -   **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
       of strings
 -   **Image** - String value containing the image name to use for the container
 -   **Image** - String value containing the image name to use for the container
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.18.md

@@ -201,7 +201,7 @@ Json Parameters:
 -   **Env** - A list of environment variables in the form of `VAR=value`
 -   **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"]}`
 -   **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.
 -   **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
       of strings
 -   **Image** - String value containing the image name to use for the container
 -   **Image** - String value containing the image name to use for the container
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the
 -   **Volumes** – An object mapping mountpoint paths (strings) inside the