This derives from trusted build published to the public Docker Registry.
This version uses s3 as a backing store
The following was the original documentation for the base repo...
-
Install Docker.
-
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)
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.