phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
671 stars 456 forks source link

Getting error on pull #335

Closed Nv7-GitHub closed 3 years ago

Nv7-GitHub commented 3 years ago

When I use docker run, I get the error:

docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.

Any ideas on how to fix this?

williamdes commented 3 years ago

Hi ! As phpMyAdmin we can not do much, but I would recommend you to re-try and check if you need or have a proxy configured.

Also, be sure to use the official image: phpmyadmin (docker pull phpmyadmin:latest)

Nv7-GitHub commented 3 years ago

I managed to fix this issue.

ibennetch commented 3 years ago

@Nv7-GitHub how did you solve it?