This component allows Genisys to communicate with a Docker engine.
- Manage (scale up/down) resources associated to a service using containers.
- Retrieve running containers associated to a service.
Start this component using Docker:
$ docker run -p "7051:7051" cyberdynesystems/genisys-connector-docker:latest
Override the configuration file:
$ docker run -p "7051:7051" -v "/path/to/config/genisys-connector.yml:/app/genisys-connector.yml" cyberdynesystems/genisys-connector-docker:latest
On readthedocs.org or in the docs/source
directory.