docker-cluster
docker-cluster copied to clipboard
Example Usage
I see that this project implements two libraries but no daemons or command line tools. Are there any examples of this in use?
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!
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.
+1 for usage :smiley:
this is only library for call multiple nodes to create a container, not a daemon service