Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout
自己使用docker pull mysql
的时候,出现了Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout错误信息。
将命令修改为:docker pull daocloud.io/library/mysql
解决。除了这种方法外,配置docker的阿里云镜像加速应该也可以解决。