Docker for handling dependencies
Creating the Docker container and generating report
Inspecting the generated report
Now that we have the journal with all the information, let’s convert JSON into something more humanly readable. We’re going to choose PDF, even though we could use some other format. For example, it could be HTML, which is useful if we would like to publish it online. However, we’re going to choose PDF because I will imagine that the goal is to hand over a document, either to your colleagues or to managers.
Now we’re getting to the potentially problematic part.