Sign inSign up

aerostitch/python

By aerostitch

Updated over 8 years ago

Image I use to develop in python in ephemeral environments.

Image
0

10K+

aerostitch/python repository overview

Content

Based on python latest image.

Additions:

  • vim
  • git
  • pylint

Usage

An example on how I usually run it.

docker run -v ${PWD}:/usr/src/app \
  -v ${HOME}/.bashrc:/root/.bashrc \
  -v ${HOME}/.vimrc:/root/.vimrc \
  -v ${HOME}/.vim:/root/.vim \
  -it aerostitch/python bash

Tag summary

Content type

Image

Digest

Size

288.5 MB

Last updated

over 8 years ago

docker pull aerostitch/python