Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 DC/OS 或 Marathon 重复检查何时有新的容器镜像更新可用并更新集群中的活动容器?我想避免让 Docker Hub 了解集群并实现 Web 挂钩……而集群只是通过作业检查图像更新。
马拉松不这样做。
但是,如果您想要轮询,您可以尝试使用 Metronome(内置于 DC/OS 1.8)或 Chronos 的自定义计划作业。轮询 dockerhub 镜像更新并使用 Marathon API 触发应用更新。