Docker: incapaz de puxar imagens

0

Eu tenho um servidor CentOS 7.2 (em execução no VMWare) no qual gostaria de extrair algumas imagens do docker, mas recebendo o seguinte erro:

Unable to find image 'ubuntu:latest' locally
Pulling repository docker.io/library/ubuntu
docker: Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/ubuntu/images. You may want to check your internet connection or if you are behind a proxy..

Mas quando eu executo curl -I https://index.docker.io/v1/repositories/library/ubuntu/images recebo resposta (o que eu acho estranho):

01:41:33-myserv ~$ curl -I https://index.docker.io/v1/repositories/library/ubuntu/images
HTTP/1.0 200 Connection established

HTTP/1.1 405 METHOD NOT ALLOWED
Server: nginx/1.6.2
Date: Sat, 29 Oct 2016 23:43:11 GMT
Content-Type: text/html; charset=utf-8
Vary: Cookie
X-Frame-Options: SAMEORIGIN
Allow: GET, PUT
Strict-Transport-Security: max-age=31536000

Estou atrás de um proxy e o configurei em /etc/sysconfig/docker :

HTTP_PROXY='http://123.345.67.89:3128'
HTTPS_PROXY='https://123.345.67.89:3128'

Eu também testei com o openssl, incapaz de estabelecer conexão com index.docker.io, executando o openssl s_client -connect docker.io:443 apenas trava.

Reiniciado e recarregado. Não é possível puxar imagens. Alguma dica?

Atualizar

Ambiente:

21:58:07-myserv ~$ env  | grep proxy
http_proxy=http://123.345.67.89:3128/
ftp_proxy=http://123.345.67.89:3128/
rsync_proxy=http://123.345.67.89:3128/
https_proxy=http://123.345.67.89:3128/
no_proxy=localhost,127.0.0.1,localaddress,.localdomain.com
21:58:19-myserv ~$
    
por user3111525 30.10.2016 / 01:54

0 respostas

Tags