GitHub
github.com › docker-library › python
GitHub - docker-library/python: Docker Official Image packaging for Python · GitHub
This is the Git repo of the Docker "Official Image" for python (not to be confused with any official python image provided by python upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues. The full image description on Docker Hub is generated/maintained over in the docker-library/docs repository, specifically in the python directory.
Starred by 2.7K users
Forked by 1.1K users
Languages Dockerfile 50.3% | Shell 49.7%
GitHub
github.com › docker › docker-py
GitHub - docker/docker-py: A Python library for the Docker Engine API · GitHub
A Python library for the Docker Engine API. Contribute to docker/docker-py development by creating an account on GitHub.
Starred by 7.2K users
Forked by 1.7K users
Languages Python
Videos
install python library in docker container
22:42
BUILD YOUR OWN DOCKER USING DOCKER SDK AND PYTHON PART 2 - YouTube
08:05
How To Use Docker Python Images | How To Install Python On Windows ...
18:47
This Is How You Write an Efficient Python Dockerfile - YouTube
04:49:42
Complete Guide to Build and Deploy an AI Agent with Docker Containers ...
05:02
Docker Python Tutorial #5: Installing Python Libraries into ...
GitHub
github.com › docker-library › docs › tree › master › python
docs/python at master · docker-library/docs
Where to file issues: https://github.com/docker-library/python/issues · Supported architectures: (more info) amd64, arm32v5, arm32v6, arm32v7, arm64v8, i386, mips64le, ppc64le, riscv64, s390x, windows-amd64 ·
Author docker-library
GitHub
github.com › docker-library › official-images › blob › master › library › python
official-images/library/python at master · docker-library/official-images
1 week ago - Primary source of truth for the Docker "Official Images" program - official-images/library/python at master · docker-library/official-images
Author docker-library
GitHub
github.com › Python-Repository-Hub › docker-library-python
GitHub - Python-Repository-Hub/docker-library-python: Docker Official Image packaging for Python · GitHub
Docker Official Image packaging for Python. Contribute to Python-Repository-Hub/docker-library-python development by creating an account on GitHub.
Author Python-Repository-Hub
GitHub
github.com › aio-libs › aiodocker
GitHub - aio-libs/aiodocker: Python Docker API client based on asyncio and aiohttp · GitHub
pip install -U build python -m build --sdist --wheel ... import asyncio import aiodocker async def list_things(docker): print('== Images ==') for image in (await docker.images.list()): tags = image['RepoTags'][0] if image['RepoTags'] else '' print(image['Id'], tags) print('== Containers ==') for container in (await docker.containers.list()): print(f" {container._id}") async def run_container(docker): print('== Running a hello-world container ==') container = await docker.containers.create_or_replace( config={ 'Cmd': ['/bin/ash', '-c', 'echo "hello world"'], 'Image': 'alpine:latest', }, name='testing', ) await container.start() logs = await container.log(stdout=True) print(''.join(logs)) await container.delete(force=True) async def main(): docker = aiodocker.Docker() await list_things(docker) await run_container(docker) await docker.close() if __name__ == "__main__": asyncio.run(main())
Starred by 523 users
Forked by 113 users
Languages Python
GitHub
github.com › docker-library › python › issues
Issues · docker-library/python
Docker Official Image packaging for Python. Contribute to docker-library/python development by creating an account on GitHub.
Author docker-library
Docker Hub
hub.docker.com › _ › python
python - Official Image | Docker Hub
Where to file issues: https://github.com/docker-library/python/issues · Supported architectures: (more info) amd64, arm32v5, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x, windows-amd64 ·
GitHub
github.com › docker-library › python › blob › master › Dockerfile-linux.template
python/Dockerfile-linux.template at master · docker-library/python
Docker Official Image packaging for Python. Contribute to docker-library/python development by creating an account on GitHub.
Author docker-library
GitHub
github.com › mozilla › generic-python-docker
GitHub - mozilla/generic-python-docker: An example repo for a generic, dockerized Python project
February 4, 2021 - An example repo for a generic, dockerized Python project - mozilla/generic-python-docker
Starred by 17 users
Forked by 22 users
Languages Python 39.9% | Makefile 24.9% | Dockerfile 19.1% | Shell 16.1% | Python 39.9% | Makefile 24.9% | Dockerfile 19.1% | Shell 16.1%
GitHub
github.com › topics › docker-python
docker-python · GitHub Topics · GitHub
docker dockerfiles docker-image docker-nginx python-webapp docker-alpine nginx-docker python-docker docker-python python-web uwsgi-nginx docker-uwsgi python-web-development web-development-stack docker-website ... A barebones requests + requests-unixsocket clone implemented using only Python 2 and 3 standard libraries
GitHub
github.com › docker-library › python › issues › 1071
docker-library/python
August 13, 2025 - Docker Official Image packaging for Python. Contribute to docker-library/python development by creating an account on GitHub.
Author gibsondan
GitHub
github.com › rroemhild › docker-python
GitHub - rroemhild/docker-python: Python Docker Image with C dev libraries
Python Docker Image with C dev libraries. Contribute to rroemhild/docker-python development by creating an account on GitHub.
Author rroemhild
Bhaskarvk
bhaskarvk.github.io › docker
Wraps Docker Python SDK • docker
mkvirtualenv --python=/usr/bin/python3 docker workon docker pip install docker # Test the SDK againsts a locally running docker # You should have a locally running docker for this. python -c 'import docker; print(docker.from_env().version())' You should see something like below, provided you had a locally running docker engine. {'Os': 'linux', 'Arch': 'amd64', 'KernelVersion': '4.10.0-24-generic', 'GitCommit': '02c1d87', 'Version': '17.06.0-ce', 'BuildTime': '2017-06-23T21:19:04.990631145+00:00', 'MinAPIVersion': '1.12', 'GoVersion': 'go1.8.3', 'ApiVersion': '1.30'} reticulate::use_virtualenv("docker") library(docker) client <- docker$from_env() s <- client$containers$run("alpine", 'echo -n "Hello World!"', remove=TRUE) print(s$decode("UTF-8")) #> [1] "Hello World!"
GitHub
github.com › dohnto › pydor
GitHub - dohnto/pydor: Python library and cli for Docker Registry
Python library and cli for Docker Registry. Contribute to dohnto/pydor development by creating an account on GitHub.
Starred by 18 users
Forked by 4 users
Languages Python 99.4% | Python 99.4%
GitHub
github.com › wodby › python
GitHub - wodby/python: Python docker container images · GitHub
Docker Images · -dev · -dev-macos · Supported architectures · Environment Variables · Build arguments · Changelog · Users and permissions · Crond · SSHD · Adding SSH key · Complete Python stack · Orchestration Actions · ❗For better reliability we release images with stability tags (wodby/python:3-X.X.X) which correspond to git tags.
Starred by 2 users
Forked by 3 users
Languages Go Template 30.9% | Shell 29.5% | Dockerfile 23.9% | Makefile 15.7%
GitHub
github.com › stevemar › sample-python-app › blob › master › Dockerfile
sample-python-app/Dockerfile at master · stevemar/sample-python-app
# Python docker images: https://github.com/docker-library/docs/tree/master/python/ · USER root · · # Copy the src · WORKDIR /app · COPY src/ /app/src/ COPY ./requirements.txt /app · RUN ls -la /app · · # Install python dependencies ...
Author stevemar
GitHub
github.com › eht16 › python3-docker
GitHub - eht16/python3-docker: A slim Python 3 image for Docker · GitHub
A slim Python 3 image for Docker. Contribute to eht16/python3-docker development by creating an account on GitHub.
Starred by 9 users
Forked by 10 users
Languages Dockerfile 62.0% | Python 38.0%
GitHub
github.com › Kaggle › docker-python
GitHub - Kaggle/docker-python: Kaggle Python docker image · GitHub
# Run the image built locally: docker run --runtime nvidia --rm -it kaggle/python-gpu-build /bin/bash # Run the image pre-built image from gcr.io docker run --runtime nvidia --rm -it gcr.io/kaggle-gpu-images/python /bin/bash
Starred by 2.7K users
Forked by 1K users
Languages Python 82.2% | Shell 6.9% | Go Template 4.5% | Dockerfile 3.0% | PureBasic 2.5% | Jupyter Notebook 0.9%
GitHub
github.com › patrickloeber › python-docker-tutorial
GitHub - patrickloeber/python-docker-tutorial: Learn how to dockerize Python scripts and a Python web app · GitHub
Starred by 328 users
Forked by 146 users
Languages Python 75.3% | Dockerfile 24.7%