【发布时间】:2019-08-06 11:55:03
【问题描述】:
当我在我的 ECS Fargate 集群上配置我的 taskdefintion 以提取 nginx:latest 时它失败并显示
STOPPED (CannotPullContainerError: Error response from daemon)
我不明白应该在任务定义字段“图像”中添加什么。
上面写着“repository-url/image:tag”,但如果我想从 dockerhub 中提取公共 nginx 映像,显然不是“nginx:latest”。 dockerhub的repository-url是什么?
【问题讨论】:
标签: amazon-ecs