From 68ed4d21fa3d91ae17c73e4c3a3753a795d6cf4f Mon Sep 17 00:00:00 2001 From: Joel Scheuner Date: Wed, 18 Oct 2023 17:25:48 +0200 Subject: [PATCH] Fix mismatching Docker tag (#869) --- content/en/user-guide/aws/elastic-container-registry/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/elastic-container-registry/index.md b/content/en/user-guide/aws/elastic-container-registry/index.md index b8715be455..b616e88f40 100644 --- a/content/en/user-guide/aws/elastic-container-registry/index.md +++ b/content/en/user-guide/aws/elastic-container-registry/index.md @@ -110,7 +110,7 @@ To push the Docker image to the repository, you first need to tag the image with Run the following command to tag the image: {{< command >}} -$ docker tag localstack-ecr-image localhost:4510/localstack-ecr-repository +$ docker tag localstack-ecr-image localhost.localstack.cloud:4510/localstack-ecr-repository {{< / command >}} You can now push the image to the repository using the `docker` CLI: