This is a Debian based image with Pypiserver listening on port 80.
1.8K
This is a Debian based image with Pypiserver listening on port 80.
docker run -d -p 8080:80 --name pypiserver ahmet2mir/pypiserver
with default config
user: "pypiserver"
password: "Pyp1s€rv€r"
If you need to enter in the app, use docker exec since Docker 1.3 https://github.com/ahmet2mir/docker-memo
docker exec -it pypiserver /bin/bash
Then visit http://localhost:8080
Mount private folder or enter in the app and run:
htpasswd -sbc /webapps/pypiserver/private/.htaccess myuser mypassword
### Logs
Output are in docker log collect
docker logs -f pypiserver
-f like tail -f
Content type
Image
Digest
sha256:6abf022b2…
Size
91.1 MB
Last updated
almost 9 years ago
docker pull ahmet2mir/pypiserver