All Projects → scrapinghub → docker-devpi

scrapinghub / docker-devpi

Licence: other
pypi caching service using devpi and docker

Programming Languages

shell
77523 projects

Devpi Dockerfile

This repository contains Dockerfile of Devpi for Docker's trusted build published to the public Docker Registry.

Dependencies

Installation

  1. Install Docker.

  2. Download trusted build from public Docker Registry: docker pull scrapinghub/devpi

    (alternatively, you can build an image from Dockerfile: docker build -t="scrapinghub/devpi" github.com/scrapinghub/docker-devpi)

Usage

Run devpi-server

docker run -d --name devpi -p 3141:3141 scrapinghub/devpi

Devpi creates a user named root by default, its password can be set with DEVPI_PASSWORD environment variable.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].