deimos icon indicating copy to clipboard operation
deimos copied to clipboard

Mesos containerizer hooks for Docker

Results 10 deimos issues
Sort by recently updated
recently updated
newest added

So, I was fiddling with Mesos on a single-node machine. I'd been using it with Spark and then found out about Deimos to utilize Docker as an external containerization medium....

Hi, starting a simple container using Marathon/Deimos fails because for some reason it is fails on not being able to fetch a .jar file hosted on S3. The docker image...

Deimos always sets the workdir to `/tmp/mesos-sandbox` (via `-w`) which makes it hard to use containers that expect to be in the dir that is set via `WORKDIR` in Dockerfile....

I was recently evaluating Spark + Mesos + Deimos and run into the following issue. By default the Mesos scheduler backend in Spark sets the command to be executed as...

Was looking around how to map multiple exposed ports to marathon/mesos ports using deimos. I was surprised by the following: Starting a container that exposes ports 8080 and 8081, I...

Howdy, Id like to use deimos to create OpenVZ containers. Would you be open to me hacking up deimos to work with more than one containerizer? Ive looked over the...

If `task_info` is used instead of `executor_info` (see [here](https://github.com/mesosphere/deimos/blob/master/deimos/mesos.py#L33)), then `executor()` return value is `None`, which makes the return value of `needs_observer()` `True`. This causes Mesos environment variables to not...

Deimos should automatically GC the state directory, ideally at a regular interval. One option would be for every command to spawn a subprocess that attempts to lock the state directory,...

- Check for containers without `exit` files that are no longer running - Check for containers that are still running but have no `deimos` parent process - Check that containers...