AWS AmazonECS documentation change
Summary
Minor capitalization and grammar fixes (e.g., 'docker' to 'Docker', 'task’s' to 'task's') throughout the document.
Security assessment
Changes are purely editorial with capitalization corrections and typo fixes. No security vulnerabilities, configurations, or features are mentioned or modified in the diff.
Diff
diff --git a/AmazonECS/latest/developerguide/task_definition_parameters_ec2.md b/AmazonECS/latest/developerguide/task_definition_parameters_ec2.md index c766ca220..10e830c31 100644 --- a//AmazonECS/latest/developerguide/task_definition_parameters_ec2.md +++ b//AmazonECS/latest/developerguide/task_definition_parameters_ec2.md @@ -226 +226 @@ Required: Yes -The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. You can also specify other repositories with either ``repository-url`/`image`:`tag`` or ``repository-url`/`image`@`digest``. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to `Image` in the docker create-container command and the `IMAGE` parameter of the docker run command. +The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. You can also specify other repositories with either ``repository-url`/`image`:`tag`` or ``repository-url`/`image`@`digest``. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to `Image` in the docker create-container command and the `IMAGE` parameter of the Docker run command. @@ -389 +389 @@ The following rules apply when you specify a `containerPortRange`: - * For containers in a task with the `bridge` network mode, the Amazon ECS agent finds open host ports from the default ephemeral range and passes it to docker to bind them to the container ports. + * For containers in a task with the `bridge` network mode, the Amazon ECS agent finds open host ports from the default ephemeral range and passes it to Docker to bind them to the container ports. @@ -399 +399 @@ The following rules apply when you specify a `containerPortRange`: - * Docker recommends that you turn off the docker-proxy in the Docker daemon config file when you have a large number of ports. + * Docker recommends that you turn off the Docker-proxy in the Docker daemon config file when you have a large number of ports. @@ -539 +539 @@ The following is a snippet of a task definition that shows the required paramete -The following advanced container definition parameters provide extended capabilities to the docker run command that's used to launch containers on your Amazon ECS container instances. +The following advanced container definition parameters provide extended capabilities to the Docker run command that's used to launch containers on your Amazon ECS container instances. @@ -761 +761 @@ Required: No -A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to the docker run command. +A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to the Docker run command. @@ -1646 +1646 @@ The Linux capabilities for the container to remove from the default configuratio -Any host devices to expose to the container. This parameter maps to `Devices` in the docker create-container command and the `--device` option to docker run. +Any host devices to expose to the container. This parameter maps to `Devices` in the docker create-container command and the `--device` option to Docker run. @@ -2432 +2432 @@ Required: No -If this parameter is set to `true`, in a task's payload, Amazon ECS accepts fault injection requests from the task’s containers. By default, this parameter is set to `false`. +If this parameter is set to `true`, in a task's payload, Amazon ECS accepts fault injection requests from the task's containers. By default, this parameter is set to `false`.