From 076ad1f29680f3ec413a431016a142c6d59e722c Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 Dec 2016 11:55:35 -0500 Subject: [PATCH] Show docker examples --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa3481..79b782e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ PyPIHub PyPI server for serving Python packages out of GitHub. - ## Installing ```bash @@ -41,6 +40,24 @@ export PYPIHUB_REPOS="brettlangdon/flask-env brettlangdon/flask-defer [... +PYPIHUB_ACCESS_TOKEN= +PYPIHUB_REPOS=/ ... +``` + +```bash +docker run --rm -it -p "8287:8287" --env-file ./.env brettlangdon/pypihub:latest +``` + ## Endpoints * `/` - Page containing all links for all projects/assets