You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Connect to the Docker socket of the specified machine via ssh.
Pull the latest ocrd-all image.
Start the processing server container in the background.
Shutdown the container later.
To start the processing broker, the CLI syntax would be:
$ ocrd processing-broker <path-to-config-file>
The text was updated successfully, but these errors were encountered:
To connect to another Docker socket via ssh, check this post
$DOCKER_HOSTmight need to be set on the target machine as stated in this article. I would recommend trying first without setting anything. If it doesn't work, set the $DOCKER_HOST.
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:
ssh
.ocrd-all
image.To start the processing broker, the CLI syntax would be:
The text was updated successfully, but these errors were encountered: