Sign inSign up

crux/devpi

By crux

Updated about 7 years ago

CRUX Linux devpi-server Docker Image

Image
0

2.9K

crux/devpi repository overview

CRUX devpi Image

A Docker image based on crux that runs a devpi server (a PyPi Cache).

Usage

$ 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

pip Usage

Use a configuration similar to this in your ~/.pip/pip.conf:

[global]
index-url = http://localhost:3141/root/pypi/+simple/

setuptools Usage

Use a configuration similar to this in your ~/.pydistutils.cfg:

[easy_install]
index_url = http://localhost:3141/root/pypi/+simple/

Tag summary

Content type

Image

Digest

sha256:40cf61864

Size

206 MB

Last updated

about 7 years ago

docker pull crux/devpi