docker-cluster icon indicating copy to clipboard operation
docker-cluster copied to clipboard

Example Usage

Open daniel-garcia opened this issue 11 years ago • 4 comments

I see that this project implements two libraries but no daemons or command line tools. Are there any examples of this in use?

daniel-garcia avatar Sep 12 '13 04:09 daniel-garcia

Hi,

This package was thought to be called from go code, tsuru actually use it like that, you can see it here.

But it's definitely worth it to have an example documentation. I'll let this issue open so someone can address it.

Thanks!

flavianmissi avatar Sep 12 '13 11:09 flavianmissi

Actually, we want to have a daemon that responds to the Docker Remote API in the future, so you'd be able to use docker client against a docker-cluster daemon. That's why the package code lives in the directory cluster instead of just in the root of the repository.

fsouza avatar Sep 12 '13 12:09 fsouza

+1 for usage :smiley:

tobegit3hub avatar Mar 18 '15 13:03 tobegit3hub

this is only library for call multiple nodes to create a container, not a daemon service

derit avatar Nov 10 '20 10:11 derit