diff --git a/docs/reference/api/docker_remote_api_v1.18.md b/docs/reference/api/docker_remote_api_v1.18.md index 7968416966..2572459433 100644 --- a/docs/reference/api/docker_remote_api_v1.18.md +++ b/docs/reference/api/docker_remote_api_v1.18.md @@ -212,7 +212,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. diff --git a/docs/reference/api/docker_remote_api_v1.19.md b/docs/reference/api/docker_remote_api_v1.19.md index 6caf7da13a..407588d7b7 100644 --- a/docs/reference/api/docker_remote_api_v1.19.md +++ b/docs/reference/api/docker_remote_api_v1.19.md @@ -217,7 +217,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. diff --git a/docs/reference/api/docker_remote_api_v1.20.md b/docs/reference/api/docker_remote_api_v1.20.md index 0a8b7e336e..04d863325f 100644 --- a/docs/reference/api/docker_remote_api_v1.20.md +++ b/docs/reference/api/docker_remote_api_v1.20.md @@ -219,7 +219,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. diff --git a/docs/reference/api/docker_remote_api_v1.21.md b/docs/reference/api/docker_remote_api_v1.21.md index 5b78ef68af..03572e5b25 100644 --- a/docs/reference/api/docker_remote_api_v1.21.md +++ b/docs/reference/api/docker_remote_api_v1.21.md @@ -228,7 +228,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. diff --git a/docs/reference/api/docker_remote_api_v1.22.md b/docs/reference/api/docker_remote_api_v1.22.md index 91dfcd012c..1a23b324a2 100644 --- a/docs/reference/api/docker_remote_api_v1.22.md +++ b/docs/reference/api/docker_remote_api_v1.22.md @@ -331,7 +331,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. diff --git a/docs/reference/api/docker_remote_api_v1.23.md b/docs/reference/api/docker_remote_api_v1.23.md index 812edb56af..25e1413cff 100644 --- a/docs/reference/api/docker_remote_api_v1.23.md +++ b/docs/reference/api/docker_remote_api_v1.23.md @@ -354,7 +354,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. diff --git a/docs/reference/api/docker_remote_api_v1.24.md b/docs/reference/api/docker_remote_api_v1.24.md index 2cc26cc3d6..4fc7c7984b 100644 --- a/docs/reference/api/docker_remote_api_v1.24.md +++ b/docs/reference/api/docker_remote_api_v1.24.md @@ -371,7 +371,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. @@ -4105,7 +4105,7 @@ JSON Parameters: - **Annotations** – Optional medata to associate with the service. - **Name** – User-defined name for the service. - **Labels** – A map of labels to associate with the service (e.g., - `{"key":"value"[,"key2":"value2"]}`). + `{"key":"value", "key2":"value2"}`). - **Role** - Role of the node (worker/manager). - **Availability** - Availability of the node (active/pause/drain). @@ -4598,7 +4598,7 @@ image](docker_remote_api_v1.24.md#create-an-image) section for more details. **JSON Parameters**: - **Name** – User-defined name for the service. -- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value"[,"key2":"value2"]}`). +- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value", "key2":"value2"}`). - **TaskTemplate** – Specification of the tasks to start as part of the new service. - **ContainerSpec** - Container settings for containers started as part of this task. - **Image** – A string specifying the image name to use for the container. @@ -4608,7 +4608,7 @@ image](docker_remote_api_v1.24.md#create-an-image) section for more details. - **Dir** – A string specifying the working directory for commands to run in. - **User** – A string value specifying the user inside the container. - **Labels** – A map of labels to associate with the service (e.g., - `{"key":"value"[,"key2":"value2"]}`). + `{"key":"value", "key2":"value2"}`). - **Mounts** – Specification for mounts to be added to containers created as part of the service. - **Target** – Container path. @@ -4838,7 +4838,7 @@ image](docker_remote_api_v1.24.md#create-an-image) section for more details. **JSON Parameters**: - **Name** – User-defined name for the service. -- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value"[,"key2":"value2"]}`). +- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value", "key2":"value2"}`). - **TaskTemplate** – Specification of the tasks to start as part of the new service. - **ContainerSpec** - Container settings for containers started as part of this task. - **Image** – A string specifying the image name to use for the container. @@ -4848,7 +4848,7 @@ image](docker_remote_api_v1.24.md#create-an-image) section for more details. - **Dir** – A string specifying the working directory for commands to run in. - **User** – A string value specifying the user inside the container. - **Labels** – A map of labels to associate with the service (e.g., - `{"key":"value"[,"key2":"value2"]}`). + `{"key":"value", "key2":"value2"}`). - **Mounts** – Specification for mounts to be added to containers created as part of the new service. - **Target** – Container path. diff --git a/docs/reference/api/docker_remote_api_v1.25.md b/docs/reference/api/docker_remote_api_v1.25.md index b45a25488a..cad6763287 100644 --- a/docs/reference/api/docker_remote_api_v1.25.md +++ b/docs/reference/api/docker_remote_api_v1.25.md @@ -373,7 +373,7 @@ Create a container - **OpenStdin** - Boolean value, opens `stdin`, - **StdinOnce** - Boolean value, close `stdin` after the 1 attached client disconnects. - **Env** - A list of environment variables in the form of `["VAR=value", ...]` -- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value"[,"key2":"value2"]}` +- **Labels** - Adds a map of labels to a container. To specify a map: `{"key":"value", ... }` - **Cmd** - Command to run specified as a string or an array of strings. - **Entrypoint** - Set the entry point for the container as a string or an array of strings. If the array consists of exactly one empty string (`[""]`) then the entry point @@ -4141,7 +4141,7 @@ JSON Parameters: - **Annotations** – Optional medata to associate with the service. - **Name** – User-defined name for the service. - **Labels** – A map of labels to associate with the service (e.g., - `{"key":"value"[,"key2":"value2"]}`). + `{"key":"value", "key2":"value2"}`). - **Role** - Role of the node (worker/manager). - **Availability** - Availability of the node (active/pause/drain). @@ -4634,7 +4634,7 @@ image](docker_remote_api_v1.25.md#create-an-image) section for more details. **JSON Parameters**: - **Name** – User-defined name for the service. -- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value"[,"key2":"value2"]}`). +- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value", "key2":"value2"}`). - **TaskTemplate** – Specification of the tasks to start as part of the new service. - **ContainerSpec** - Container settings for containers started as part of this task. - **Image** – A string specifying the image name to use for the container. @@ -4644,7 +4644,7 @@ image](docker_remote_api_v1.25.md#create-an-image) section for more details. - **Dir** – A string specifying the working directory for commands to run in. - **User** – A string value specifying the user inside the container. - **Labels** – A map of labels to associate with the service (e.g., - `{"key":"value"[,"key2":"value2"]}`). + `{"key":"value", "key2":"value2"}`). - **Mounts** – Specification for mounts to be added to containers created as part of the service. - **Target** – Container path. @@ -4874,7 +4874,7 @@ image](docker_remote_api_v1.25.md#create-an-image) section for more details. **JSON Parameters**: - **Name** – User-defined name for the service. -- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value"[,"key2":"value2"]}`). +- **Labels** – A map of labels to associate with the service (e.g., `{"key":"value", "key2":"value2"}`). - **TaskTemplate** – Specification of the tasks to start as part of the new service. - **ContainerSpec** - Container settings for containers started as part of this task. - **Image** – A string specifying the image name to use for the container. @@ -4884,7 +4884,7 @@ image](docker_remote_api_v1.25.md#create-an-image) section for more details. - **Dir** – A string specifying the working directory for commands to run in. - **User** – A string value specifying the user inside the container. - **Labels** – A map of labels to associate with the service (e.g., - `{"key":"value"[,"key2":"value2"]}`). + `{"key":"value", "key2":"value2"}`). - **Mounts** – Specification for mounts to be added to containers created as part of the new service. - **Target** – Container path.