Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
Python 3.10 is tagged as latest`. Other versions are also provided:
andrewmackrodt/python:2.7 (end-of-life: 2020-01-01)andrewmackrodt/python:3.10 (end-of-life: 2025-10-05)Update Schedule
Images are built nightly and images will be updated as new major.minor.patch-release
packages of PYTHON are released. It's possible to pull a specific tag, e.g.
docker pull andrewmackrodt/python:3.9.0-r5, see Docker Hub for a list of
supported tags.
Removal Policy
Old tags are subject to removal periodically without notice.
# start interactive mode
docker run --rm -it andrewmackrodt/python
# print version
docker run --rm andrewmackrodt/python --version
| Parameter | Function |
|---|---|
-e PUID=1000 | The user id, recommended: $(id -u) |
-e PGID=1000 | The group id, recommended: $(id -g) |
-e SUDO_NOPASSWD=0 | Set to 1 to allow passwordless sudo |
Content type
Image
Digest
sha256:38c0b775f…
Size
162.5 MB
Last updated
4 months ago
docker pull andrewmackrodt/python