A Docker image based on crux that runs a devpi server (a PyPi Cache).
$ docker run -d -p 3141:3141 crux/devpi
To mount your own local devpi cache directory:
$ docker run -d -v /path/to/devpi:/var/lib/devpi crux/devpi
Use a configuration similar to this in your ~/.pip/pip.conf:
[global]
index-url = http://localhost:3141/root/pypi/+simple/
Use a configuration similar to this in your ~/.pydistutils.cfg:
[easy_install]
index_url = http://localhost:3141/root/pypi/+simple/
Content type
Image
Digest
sha256:40cf61864…
Size
206 MB
Last updated
about 7 years ago
docker pull crux/devpi