Skip to content
forked from simonsdave/ecs

Service infrastructure for running ephemeral tasks in docker images

License

Notifications You must be signed in to change notification settings

reganvJohnson/ecs

 
 

Repository files navigation

Ephemeral Container Service (ECS)

Maintained MIT license Python 2.7 Requirements Status Build Status Coverage Status

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.

Next Steps

About

Service infrastructure for running ephemeral tasks in docker images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.7%
  • Shell 20.4%
  • RAML 8.3%
  • Other 0.6%