Docker pull: TLS handshake timeout

net/http: TLS handshake timeout means that you have slow internet connection. Default value of connection timeout is too small for your environment. Unfortunately docker don’t have any settings that allows you change connection timeout.
You may try to create your own registry cache somewhere else and pull images from it.

Leave a Comment