maigret
maigret copied to clipboard
How to access Dockerized reports?
It appears the reports from running the suggested commands in the README work, but then put the reports into an inaccessible spot in the file system, since the results of the process aren't mounted as a volume.
Looks like it saves the reports in /app/reports, so you can mount the volume with something like this:
docker run -v /mydir:/app/reports soxoj/maigret:latest username --html
Will be fixed in #669