This repository contains Dockerfile of Devpi for Docker's trusted build published to the public Docker Registry.
-
Install Docker.
-
Download trusted build from public Docker Registry:
docker pull andrelouw/devpi(alternatively, you can build an image from Dockerfile:
docker build -t="andrelouw/devpi" github.com/louwandre90/docker-devpi)
docker run --name devpi --publish 3141:3141 --env=DEVPI_PASSWORD=password --volume devpi:/mnt --restart always andrelouw/devpi
Devpi creates a user named root by default, its password can be set with
DEVPI_PASSWORD environment variable.