Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes pulling images fails #45

Open
erssebaggala opened this issue Mar 11, 2019 · 1 comment
Open

Sometimes pulling images fails #45

erssebaggala opened this issue Mar 11, 2019 · 1 comment
Assignees
Labels
faq Queries that need to be moved to FAQs wontfix

Comments

@erssebaggala
Copy link
Member

ERROR: Get https://registry.gitlab.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

@erssebaggala erssebaggala changed the title Sometimes pull images fails Sometimes pulling images fails Mar 11, 2019
@erssebaggala
Copy link
Member Author

erssebaggala commented Mar 11, 2019

It appears sometimes the DNS server configured in the /etc/resolv.conf is unreachable. You can try other DNS servers such as 8.8.8.8, 8.8.4.4, or 1.1.1.1

Follow the steps below to update resolv.conf in a docker-machine:

docker-machine ssh default
sudo vi /etc/resolv.conf
change nameserver to 8.8.8.8

@erssebaggala erssebaggala pinned this issue Mar 11, 2019
@erssebaggala erssebaggala unpinned this issue Mar 13, 2019
@erssebaggala erssebaggala self-assigned this Jun 26, 2019
@erssebaggala erssebaggala added wontfix faq Queries that need to be moved to FAQs labels Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
faq Queries that need to be moved to FAQs wontfix
Projects
None yet
Development

No branches or pull requests

1 participant