maigret icon indicating copy to clipboard operation
maigret copied to clipboard

How to access Dockerized reports?

Open tibbon opened this issue 3 years ago • 2 comments

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.

tibbon avatar Oct 03 '22 00:10 tibbon

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

johanburati avatar Oct 03 '22 01:10 johanburati

Will be fixed in #669

soxoj avatar Oct 03 '22 20:10 soxoj