Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (13 loc) · 990 Bytes

File metadata and controls

28 lines (13 loc) · 990 Bytes

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 andrelouw/devpi

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

Usage

Run devpi-server

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.