1
resposta

Erro ao executar docker pull

Olá ,

Ao tentar executar o comando abaixo no power shell do windows estou recebendo um erro de rede. Alguém poderia me ajudar. Acredito que o docker não está conseguindo se conectar na rede. Já tentei instalar e re-instalar porém não deu certo. Estou usando a seguinte versão:

Version: 17.12.0-ce API version: 1.35 Go version: go1.9.2 Git commit: c97c6d6 Built: Wed Dec 27 20:05:22 2017 OS/Arch: windows/amd64

PS E:> docker pull ubuntu Using default tag: latest

Warning: failed to get default registry endpoint from daemon (error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.35/info: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.). Using system default: https://index.docker.io/v1/ error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.35/images/create?fromImage=ubuntu&tag=latest: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.

1 resposta

Olá Otávio,

Pela mensagem de erro, me parece que ocorreu um problema na inicialização do Docker daemon e por isso não foi possível fazer o pull da imagem do Ubuntu.

Tente fazer o seguinte, na parte de pesquisa dos programas no Windows, pesquise por serviços ou em inglês services. Posteriormente, procure por Docker Windows Service e tente reiniciar o serviço. Estou encaminhando abaixo o link da documentação do Docker com maiores detalhes: https://success.docker.com/article/Docker_for_Windows_fails_with_a_daemon_not_running_message

Abs