Containerized version of the File Analyzer application used to support various digitization tasks
157
This is a containerized version of File Analyzer.
https://github.com/Georgetown-University-Libraries/File-Analyzer
Some useful test data has been loaded into /data from the following repository.
https://github.com/Georgetown-University-Libraries/File-Analyzer-Test-Data
The Dockerfile used to build this image is located here:
https://github.com/terrywbrady/File-Analyzer/pull/9/files
https://formulae.brew.sh/cask/xquartz
From XQuartz -> Preferences, open the Security Tab, click "Allow connections from network clients"
Stop XQuartz. The next step will restart it.
xhost + localhost
docker run --rm -it --name file-analyzer terrywbrady/file-analyzer
docker run --rm -it --name file-analyzer -v "/tmp:/my-data" terrywbrady/file-analyzer
Some File Analyzer rules create new files. As a precaution, you can mount host data to the application as a readonly drive.
docker run --rm -it --name file-analyzer -v "/tmp:/my-data:ro" terrywbrady/file-analyzer
Content type
Image
Digest
Size
499.2 MB
Last updated
over 5 years ago
docker pull terrywbrady/file-analyzer