devpi serving as a caching proxy to the main index
633
This image runs devpi server serving as a caching proxy to the main index.
Start the server
docker run --rm -t --name pip-cache \
-v /var/cache/pip-cache:/data \
-p 3141:3141 \
aanatoly/pip-cache
Run pip
PHOST=localhost
pip install --trusted-host $PHOST --index-url http://$PHOST:3141/root/pypi/+simple/ tox
make build_MNPR # build myimage:2.3.4-rc2
make push_MNP # push as myimage:2.3.4
make push_MN # push as myimage:2.3
Content type
Image
Digest
Size
31.2 MB
Last updated
over 7 years ago
docker pull aanatoly/pip-cache:1.1