Elastic Container Registry (ECR) - docker tag command is not working
Closed this issue · 1 comments
Arvind644 commented
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
joe4dev commented
Thank you @Arvind644 for pointing this out 👍 Fixed in the linked PR.
(duplicate of #844)