rudenoise / python-dev-docker

a docker file for a useful/portable python environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Develpment Environment in a Docker Container

The aim of this image is to provide a base image for a consistent local and remote python development environment.

Pull pydev from Docker Hub

docker pull rudenoise/pydev
# get a shell
docker run -ti rudenoise/pydev

# build local
docker build -t pydev:local .

# run
docker run -ti pydev:local /bin/bash

# tidy up
docker system prune

About

a docker file for a useful/portable python environment

License:GNU General Public License v3.0