Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefaniuk/docker-python

Customised Python base image
https://github.com/stefaniuk/docker-python

docker-image python

Last synced: about 7 hours ago
JSON representation

Customised Python base image

Awesome Lists containing this project

README

        

[![Circle CI](https://circleci.com/gh/codeworksio/docker-python.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-python) [![Size](https://images.microbadger.com/badges/image/codeworksio/python.svg)](http://microbadger.com/images/codeworksio/python) [![Version](https://images.microbadger.com/badges/version/codeworksio/python.svg)](http://microbadger.com/images/codeworksio/python) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/python.svg)](http://microbadger.com/images/codeworksio/python) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/python.svg)](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