In favor of docker run -it pyston/pyston
from the official repo: https://github.com/dropbox/pyston/tree/master/docker
Based on docker-pypy
A minimal Ubuntu 14.04 based Docker image for Pyston 0.4. There are plans for an onbuild
variant, but a PR would be aprpeciated.
- pyston:0.4 compatible with python-2.7.7
To build an Ubuntu 14.04 based image:
make ubuntu
To build everything:
make
To run the Pyston shell:
docker run -it --rm zoidbergwill/pyston:0.4
Trusted builds are available on the Docker Hub Registry.