fkrull/docker-multi-python

How can I run that?

buhtz opened this issue · 0 comments

buhtz commented

Can you please explain in your README how to run that container?

It is not clear for someone new to Docker.

In my specific case I don't want to land in the REPL but in a bash shell and doing some tests with the different python versions. E.g.

python3.6 ./myscript.py
python3.11 ./myscript.py

But I don't know how to start your container that way.