【发布时间】:2020-02-24 05:51:09
【问题描述】:
我尝试使用 docker pull 其他 AWS ec2 实例,但出现以下错误。
(py36) ubuntu@ip-xxx:~$ docker pull xxxxx.dkr.ecr.eu-west-2.amazonaws.com/xxxx/xxxx:latest
Error response from daemon: Get https://xxxxx.dkr.ecr.eu-west-2.amazonaws.com/v2/xxxx/xxxx/xxx/xxxx: no basic auth credentials
我指的是这个 (https://forums.docker.com/t/docker-push-to-ecr-failing-with-no-basic-auth-credentials/17358)。但它没有用,有谁知道如何处理它?
~/.docker/config.json
【问题讨论】:
标签: docker