AWS Security ChangesHomeSearch

AWS AmazonECR documentation change

Service: AmazonECR · 2026-07-04 · Documentation low

File: AmazonECR/latest/userguide/common-errors-docker.md

Summary

Capitalization fix: Changed 'docker images' command reference to 'Docker images'

Security assessment

Minor capitalization correction without functional impact. No security context or changes to security-related content.

Diff

diff --git a/AmazonECR/latest/userguide/common-errors-docker.md b/AmazonECR/latest/userguide/common-errors-docker.md
index 0656d2f04..3dd00aeb2 100644
--- a//AmazonECR/latest/userguide/common-errors-docker.md
+++ b//AmazonECR/latest/userguide/common-errors-docker.md
@@ -39 +39 @@ The local disk is full
-If the local disk on which you're running **docker pull** is full, then the SHA-1 hash calculated on the local file may be different than the one calculated by Amazon ECR. Check that your local disk has enough remaining free space to store the Docker image you are pulling. You can also delete old images to make room for new ones. Use the **docker images** command to see a list of all locally downloaded Docker images, along with their sizes. 
+If the local disk on which you're running **docker pull** is full, then the SHA-1 hash calculated on the local file may be different than the one calculated by Amazon ECR. Check that your local disk has enough remaining free space to store the Docker image you are pulling. You can also delete old images to make room for new ones. Use the **Docker images** command to see a list of all locally downloaded Docker images, along with their sizes.