Skip to content

futrime/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-python

Docker in Docker with Python

This image is python built upon docker.

Usage

This image is available on GitHub Container Registry.

docker pull ghcr.io/futrime/docker-python:latest

If 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.py

Tags

Thanks

Contributing

PRs accepted.

License

MIT © Zijian Zhang

About

Docker in Docker with Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages