using docker-compose.
So when the docker-compose reaches a line in Dockerfile that installs some python packages with pip install -r requirements.txt, I'm facing with this error indicating that my container doesn't reach the internet at all!
So, after doing some searches, I've tried some of answers on stack overflow :
https://stackoverflow.com/a/47319980/5218673
There was suggestion on changing the DNS of docker service, but it didn't work.
What should I do?
where is this remote server running?
Обсуждают сегодня