docker-devpi icon indicating copy to clipboard operation
docker-devpi copied to clipboard

pypi caching service using devpi and docker

Results 4 docker-devpi issues
Sort by recently updated
recently updated
newest added

Use 4.1.1 and 2.6 versions accordingly. Remove useless dependency from README Show log in output, instead of just hang on fstab

devpi-server 2.5.x does not work when an http_server is defined: https://bitbucket.org/hpk42/devpi/issues/265/devpi-server-fails-to-start-when-a-proxy

After running a docker-devpi container, I follow devpi [latest guide](http://doc.devpi.net/latest/quickstart-pypimirror.html#using-pip-search), use command `pip search --index http://localhost:3141/root/pypi/ devpi-client` to search, than I get an HTTP error ``` HTTP error 404 while...

when running from the host machine, pip complains as follows: ``` ➜ ~ pip install -i http://192.168.99.100:3141/root/pypi/ --upgrade flask Collecting flask The repository located at 192.168.99.100 is not a trusted...