https://github.com/stefaniuk/docker-python
Customised Python base image
https://github.com/stefaniuk/docker-python
docker-image python
Last synced: 2 months ago
JSON representation
Customised Python base image
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-python
- Owner: stefaniuk
- Created: 2016-08-28T21:26:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T15:59:57.000Z (over 7 years ago)
- Last Synced: 2025-05-17T02:45:00.820Z (about 1 year ago)
- Topics: docker-image, python
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/codeworksio/docker-python) [](http://microbadger.com/images/codeworksio/python) [](http://microbadger.com/images/codeworksio/python) [](http://microbadger.com/images/codeworksio/python) [](https://hub.docker.com/r/codeworksio/python/)
Docker Python
=============
Customised Python base image.
Installation
------------
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/python/).
docker pull codeworksio/python
Alternatively you can build the image yourself.
docker build --tag codeworksio/python \
github.com/codeworksio/docker-python
Testing
-------
make build test