This adds confd & templating support to the docker image stevearc/pypicloud:1.0.2.
To run locally with example environmental variables use the following bash commands:
docker-compose up
Install a sample package and view it in the web UI
pip install -i http://person1:person1@localhost:8080/simple/ scipy
open http://localhost:8080/#/
- admin / password
- jenkins / jenkins
- person1 / person1
- person2 / person2