Sign inSign up

tvaughan/python3

By tvaughan

•Updated over 10 years ago

python3 in a docker container

Image
0

1.8K

tvaughan/python3 repository overview

⁠Usage

Create a script called python3 that looks like:

#!/bin/sh
docker run --rm -i -t -v $PWD:/mnt/workdir tvaughan/python3:3 python3 "$@"

make it executable, and then run it.

Tag summary

Content type

Image

Digest

Size

190.5 MB

Last updated

over 10 years ago

docker pull tvaughan/python3