name: pypi-cacher
summary: "PyPI Caching Server"
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
inherit: base-0k
description: |
    PyPI Caching Server
data-resources:
    - /var/lib/devpi-server
    - /var/log/devpi-server
config-resources:
    - /etc/devpi-server
docker:
    entrypoimt: '["/usr/local/bin/devpi-server", "--host=0.0.0.0", "--port=3142",  "--start"]'
    expose: 3142