【发布时间】:2021-12-13 15:33:39
【问题描述】:
操作系统:Amazon ECS 优化的 Amazon Linux AMI 2018.03.f
Docker 版本 20.10.7,构建 f0df350
我正在尝试设置 amazon-ecr-credential-helper 并按照此处的说明进行操作:GitHub Repo 我克隆了源代码并通过运行手动编译它
make docker
然后将二进制文件复制到/usr/local/bin。我将行 "credsStore": "ecr-login" 添加到 docker daemon 配置文件中,当我尝试做一个
sudo service docker restart
重启失败。当我检查日志文件时,我看到了这一行
the following directives don't match any configuration option: credsStore
【问题讨论】:
标签: docker authentication amazon-ecs