如何将 Watchtower 与 ECS Fargate 一起使用?

How to use Watchtower with ECS Fargate?

我正在尝试在 ECS Fargate 上使用瞭望塔。但是文档说 watchtower 必须绑定到 /var/run/docker.sock。但是 AFAIK ECS Fargate 不支持。

有没有办法将 watchtower 与 AWS Fargate 一起使用?

您无法在 Fargate 中映射 Docker 套接字。您需要构建一个简单的管道来检查新的容器映像并在检测到新映像时重新部署 ECS/Fargate 服务。

如果你想走这条路,这是一个很好的blog post