rdswarm
v0.0.2-6
Published
Given the following prerequisites: * Preconfigured environment that use a remote admin node as the local docker host [1] * docker-machine (with ssh access to all possible nodes)
Downloads
11
Readme
How it works
Given the following prerequisites:
- Preconfigured environment that use a remote admin node as the local docker host [1]
- docker-machine (with ssh access to all possible nodes)
exec
- Figure out the service container id(s) and node(s)
- Execute desired command against the nodes
forward
Given
Known issues
- exec - Uses a bigger than desired buffer size of 50mb. Would like to make it more efficient using streams to pipe stdout and stderr (and in the future stdin)
future considerations
- TBC
TODOS
- [ ] clean up everything but forward command