Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker provider support #20

Open
everpeace opened this issue Sep 15, 2014 · 2 comments
Open

Docker provider support #20

everpeace opened this issue Sep 15, 2014 · 2 comments

Comments

@everpeace
Copy link
Owner

Docker can spin up containers more quickly than virtualbox and aws. And vagrant supports docker provider.

We could utilize mesosphere's container mesosphere/mesos

I would like to keep using [cookbook-mesos] to provision mesos-{master|slave}.

@kpx-dev
Copy link
Contributor

kpx-dev commented Sep 15, 2014

so in standalone/, vagrant up would show mesos and docker-mesos?

Ex:

  • vagrant up mesos would bring up mesos cluster using Packer box and Chef
  • vagrant up docker-mesos will just download Docker image from Docker hub?

Same strategy for multinode/.

What's your view on this @everpeace

@everpeace
Copy link
Owner Author

What I've image is that,

In standalone, $ vagrant up --provider=docker pulls mesosphere/mesos image from Docker hub and run it and provision mesos-master/slave with cookbook-mesos, and installs marathon and chronos.

In multinode, most part is the same except that we might need some network configurations between docker containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants