You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host 192.168.99.100'.
Could not find a version that satisfies the requirement flask (from versions: )
No matching distribution found for flask
➜ ~
while the devpi server running inside the container prints out:
devpi_1 | 2015-10-14 11:04:40,368 INFO [req18] GET /root/pypi/flask/
devpi_1 | 2015-10-14 11:04:40,375 INFO [req19] GET /root/pypi/+simple/Flask
At the same time, when requested from inside a container tho whole thing works flawlessly.
bug, or am I missing something very obvious?
The text was updated successfully, but these errors were encountered:
when running from the host machine, pip complains as follows:
while the devpi server running inside the container prints out:
At the same time, when requested from inside a container tho whole thing works flawlessly.
bug, or am I missing something very obvious?
The text was updated successfully, but these errors were encountered: