Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 454 Bytes

README.rst

File metadata and controls

27 lines (15 loc) · 454 Bytes

docker.bandersnatch

docker container running on debian jessie for bandersnatch [https://pypi.python.org/pypi/bandersnatch]

data store

example:

on the host, create /srv/pypi

mkdir -p /srv/pypi

get the container:

docker pull leftxs/bandersnatch

run the container:

docker run -d -v /srv/pypi:/srv/pypi --name pypi-mirror leftxs/bandersnatch