Today I want to write about dockerizing a python app, for instance, a python script. Let’s imagine we want to run this script in different machines and we can’t control what python version they have, or even worse, we don’t know if python is installed or not, and what dependencies…