Docker in Docker with Python
This image is python built upon docker.
This image is available on GitHub Container Registry.
docker pull ghcr.io/futrime/docker-python:latestIf you are create image from this image, remember to run dockerd-entrypoint.sh in the background before running any Python script that uses Docker. Here is an example of entrypoint script (assume the Python script is named script.py):
#!/bin/sh
dockerd-entrypoint.sh &
python script.py27.5-py3.11,27-py3.11,py3.1127.5-py3.12,27-py3.12,py3.1227.5-py3.13,27.5-py3,27.5,27-py3.13,27-py3,27,py3.13,py3,latest
PRs accepted.
MIT © Zijian Zhang