Miscellaneous tips#

Miscellaneous tips provided in reverse date order. This is meant to be a dumping ground for notes that might help others with no organisation but therefore no barrier to contributing.

Debugging a python script inside a docker container#

Date: 2022-07-05

I got massively stuck trying to debug a python script in a running docker container. On my own machine, I would have just used the Python debugger. This guide shows how to make that work from a running docker container.