ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
427 stars 61 forks source link

Select the right Docker binary version in Mesos Agent #324

Closed frankscholten closed 8 years ago

sashkachan commented 8 years ago

We can pull a static docker binary of the appropriate version when running minimesos up, put it into .minimesos directory and link it to the agents.

I think the reason why the docker binary was baked into the agent images because some people had dynamically linked docker binary which failed to execute from the agent.

Pulling the static binary on minimesos up solves the issue and also doesn't require fixed version binary to be in the images.

frankscholten commented 8 years ago

Closing. This one is no longer relevant since the volume to the docker binary has been removed.