Docker pull failed with request canceled while waiting for connection
问题 I am trying to pull images to default docker machine. But I always get docker@default:/etc$ docker run hellow-world Unable to find image 'hellow-world:latest' locally 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'. docker@default:/etc$ Even if i give --dns option same error docker@default:/etc$ docker run hellow-world --dns=8.8.8.8 Unable