metabrainz/docker-python

Name: docker-python

Owner: MetaBrainz Foundation

Description: Docker base image that comes with Python out of the box

Created: 2016-11-23 22:50:38.0

Updated: 2017-05-31 15:49:08.0

Pushed: 2017-12-04 21:55:08.0

Homepage: https://hub.docker.com/r/metabrainz/python/

Size: 15

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Docker images with Python

Introduction

This repository contains Docker images with different versions of Python installed. All are based on the consul-template-base image, which comes with Consul Template and other tools like runit installed.

Consul Template

Consul Template runs as a separate service managed by runit, and is turned on by default. If you don't need to use Consul Template, that service needs to be removed explicitly in the Dockerfile that you are writing.

Configuration for it must be stored in the /etc/consul-template.conf file. See its documentation for setup details.

Usage

To use these images simply specify FROM metabrainz/python:<TAG> at the beginning of your Dockerfile. <TAG> is a version of Python that you need to use. List of available tags is at https://hub.docker.com/r/metabrainz/python/tags/.

Building and deploying images

Use push.sh script.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.