Changing a debug flag allows us to see everything the container is printing in our stdout.
The dockerized process is guaranteed to be cleanly finished and the container will be removed upon exit.
The db's docker image gets spun up only once when needed in tests and its instance is shared in all its uses.
Changing a debug flag allows us to see everything the container is printing in our stdout. The dockerized process is guaranteed to be cleanly finished and the container will be removed upon exit. The db's docker image gets spun up only once when needed in tests and its instance is shared in all its uses.