Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (23 loc) · 1.82 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.82 KB

Ephemeral Container Service (ECS)

Maintained MIT license Python 2.7 Build Status Coverage Status docker-simonsdave/ecs-nginx docker-simonsdave/ecs-services docker-simonsdave/ecs-apidocs

The Ephemeral Container Service (ECS) was born out of the Cloudfeaster project. Docker makes it easy to package short lived (aka ephemral) tasks in a docker image and run those tasks using the docker client. The Docker Remote API makes it possible to do this using requests to a RESTful API. Cloudfeaster used these building blocks to package spiders in docker images and run those spiders in docker containers on a cluster of docker hosts. ECS is a generalization of these basic building blocks.

What Next?