localstack/docs

Elastic Container Registry (ECR) - docker tag command is not working

Closed this issue · 1 comments

In the ECR docs, in the push the docker image to the registry section, docker pull command is not working while using this tag command : docker tag localstack-ecr-image localhost:4510/localstack-ecr-repository .

Solution :
Using this docker tag command is working fine :
docker tag localstack-ecr-image localhost.localstack.cloud:4510/localstack-ecr-repository

Thank you @Arvind644 for pointing this out 👍 Fixed in the linked PR.

(duplicate of #844)