当我在 ECS Fargate 集群上配置我的任务定义以拉取 nginx:latest 时它失败了
STOPPED (CannotPullContainerError: Error response from daemon)
Run Code Online (Sandbox Code Playgroud)
我不明白在任务定义字段“图像”中放入什么。
它说有“repository-url/image:tag”,但如果我想从 dockerhub 中提取公共 nginx 映像,显然它不是“nginx:latest”。dockerhub的repository-url是什么?
amazon-ecs ×1