run docker command within python subprocess within GitHub runner
I am running functional tests as CI in my GitHub runner.
To properly execute my tests, I am building a docker image and running it (a slightly modified mysql container). Because I am building the container from a Dockerfile (not only pulling it from a registry), I dont use GitHub service
or container
capabilities (https://docs.github.com/en/actions/use-cases-and-examples/using-containerized-services/about-service-containers).