Skip to content

Docker image with devpi server, a powerfull PyPI-compatible server, which works as a PyPI mirror and local index.

License

Notifications You must be signed in to change notification settings

coatl-dev/docker-devpi

Repository files navigation

docker-devpi

pre-commit.ci status Docker Pulls

Docker image with devpi-client, devpi-server and devpi-web pre-installed using python:3.12-slim.

Supported tags

For the full list of supported tags, click here.

How to use this image

To run locally:

docker run \
  --name devpi-server \
  --detach \
  --publish 3141:3141 \
  --volume devpi-data:/data
  --env DEVPI_PASSWORD=password \
  coatldev/devpi:latest