8000 GitHub - elecboy/docker-devpi: 🐳 Docker image with devpi server, a powerfull PyPI-compatible server, which works as a PyPI mirror and local index.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

elecboy/docker-devpi

 
 

Repository files navigation

docker-devpi

self-test pre-commit.ci status Docker Repository on Docker Hub Docker Repository on Quay

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

How to use this image

To run locally:

Docker Hub

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

Quay

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.9%
  • Dockerfile 34.1%
0