Skip to content

toschoch/docker-devpi-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Devpi Server Alpine Docker image

A Docker image based on Alpine and as a fork of Apihackers DevPi that runs a devpi server (a PyPi Cache) with a frontend (devpi-web, devpi-theme-16).

Usage

The user root with empty password is added after starting the server. Please add a user and change the root password right away.

docker run -d -p 3141:3141 --name devpi-server shocki/devpi-server

To mount your own local devpi cache directory:

docker run -d -v /path/to/devpi/home:/devpi shocki/devpi-server

pip

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

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

setuptools

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages