https://github.com/brunneis/python-docker
Python 3.8 Docker image (built from source)
https://github.com/brunneis/python-docker
built-from-source docker docker-image python python3 ubuntu
Last synced: 7 months ago
JSON representation
Python 3.8 Docker image (built from source)
- Host: GitHub
- URL: https://github.com/brunneis/python-docker
- Owner: brunneis
- License: gpl-3.0
- Created: 2018-01-04T09:37:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T04:14:16.000Z (over 5 years ago)
- Last Synced: 2025-01-26T13:41:23.244Z (about 1 year ago)
- Topics: built-from-source, docker, docker-image, python, python3, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-docker
Python 3 Docker images
You can run the latest available image as follows:
```bash
docker run -ti brunneis/python
```
All the available tags are listed [here](https://hub.docker.com/r/brunneis/python/tags/).