Re: Custom python executor with Docker

2015-08-11 Thread Tom Fordon
step scripting + your algorithm and launching it using the built-in mesos Docker containerizer. It's much simpler than managing the lifetime of the Docker container yourself. On Thu, Apr 9, 2015 at 8:29 AM, Tom Fordon tom.for...@gmail.com wrote: Thanks for all the responses, I really

Custom python executor with Docker

2015-04-01 Thread Tom Fordon
this executor. Can I just call docker in a subprocess using the ContainerInfo from the Task? If I do this, how does the Containerizer fit in? Thank you, Tom Fordon