Docker for ScanTailor and ScanTailor Advanced
2.1K
Docker images for ScanTailor and ScanTailor Advanced.
A data volume is defined at /data to use as a host-mapped data volume:
docker run -v $(pwd):/data -ti ryanfb/scantailor scantailor-cli --help
You can also use X11 forwarding to run the ScanTailor GUI:
docker run -v $(pwd):/data -e DISPLAY=192.168.0.235:0 ryanfb/scantailor:advanced scantailor
Note that ScanTailor Advanced is currently missing the scantailor-cli interface.
There's no longer a Mac Homebrew package for ScanTailor and this was the "easiest" way to get both it and ScanTailor Advanced working.
Content type
Image
Digest
Size
80.3 MB
Last updated
over 4 years ago
docker pull ryanfb/scantailor