Code: Alles auswählen
sudo docker run -it --rm python:3.6
Welche Konzepte und Zaubersprüche sind hier relevant?
EDIT: Ich habe das hier, von RealPython probiert.
Code: Alles auswählen
docker run -it --rm quay.io/python-devs/ci-image:master
EDIT2: Es gibt wohl noch --entry-point. Aber geht bei mir auch nicht:
Code: Alles auswählen
sudo docker run -it --rm python:3.6 --entry-point bash
ocker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "--entry-point": executable file not found in $PATH: unknown.