Scanner -> FTP -> PDF/OCR pipeline container
3.0K

View project sources.

This application is able to be deployed with the help of docker. The next sections will help you building a shipable image of the app.
-e 'MAX_PARALLEL_JOBS=8' \
"jack12816/scanner-container:0.3.0"
false.8./app/data/in./app/data/tmp./app/data/out.In order to kick off a docker container you need to specify data volumes. These data volumes should be host bind mounts for this application, but if you like to store outputs on a docker container volume its fine, too. Anyways the following examples are host bind mounts.
The default paths for the daemon inside the container are /app/data/{in,tmp,out}.
Just ignore tmp if you don't be interessted in temporary stuff. The in and
out directories needs to be mounted.
-e 'MAX_PARALLEL_JOBS=8' \
-v '/host/path/to/in:/app/data/in' \
-v '/host/path/to/out:/app/data/out' \
"jack12816/scanner-container:0.3.0"
``
Content type
Image
Digest
sha256:d37f19ba9…
Size
125 MB
Last updated
almost 11 years ago
docker pull jack12816/scanner-container