OCR-D / zenhub

Repo for developing zenhub integration
Apache License 2.0
0 stars 0 forks source link

Docker deployment management of Processing Broker #140

Open tdoan2010 opened 1 year ago

tdoan2010 commented 1 year ago

The processing broker parses the configuration file and deploys necessary components (processors or a queuing system). The deployment of the processors is made via Docker.

This feature can be implemented in the following steps:

  1. Connect to the Docker socket of the specified machine via ssh.
  2. Pull the latest ocrd-all image.
  3. Start the processing server container in the background.
  4. Shutdown the container later.

To start the processing broker, the CLI syntax would be:

$ ocrd processing-broker <path-to-config-file>
tdoan2010 commented 1 year ago