Container/Docker
Package Origin is available as a prebuilt image.
The image can be deployed with:
docker pull pkg.miln.eu/miln/package-origin
docker run -d -p 8080:80/tcp pkg.miln.eu/miln/package-origin
This will launch Package Origin serving on http://localhost:8080
.
The image exposes the port:
80
/tcp
The image mounts the volumes:
/cache
(read-write)/licence
(read-only)/packages
(read-only)