choreograph
v1.0.5
Published
An OSS tool to orchestrate docker based workers. Comes with a web-UI and an API.
Downloads
2
Readme
choreograph-cli
An OSS tool to orchestrate docker based workers. Comes with a web-UI and an API.
Setup Instructions
- Install docker
- Install nodejs, npm
npm i -g choreograph
- Run the command:
choreo
to enter choreograph-cli shell.
For initial setup, run the command, setup
after enter choreograph-cli shell.
This setup should be done on each node that is to be used.
Options:
Commands:
help [command...] Provides help for a given command.
exit Exits application.
verify Verifies the config file.
setup Setup parent docker container
run Add a new job
list Lists all the running jobs and their services
stop Stop a job
monitor Displays a dashboard for the job
Documentation:
Open http://localhost:6003
to view the documentation for writing .choreo.yml
file to configure services.