Dear All,
After having installed Docker and Docker-compose, I am facing an issue by trying to cross a proxy server from an Ubuntu Virtual Machine that hosts a kind of typical corporate configuration.
The configuration file docker under /etc/default includes the http_proxy variable with all its proper values such as host, port, username and password, however I am getting the following error message when I launch the command “docker run hello-world” :
Unable to find image ‘hello-world:latest’ locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: EOF.
I receive the same error when trying to connect to our DTR.
Many thanks in advance for your assistance and best Regards,
Alexandre Oulevey