You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
10updocker create is not working as expected. When it gets to the step of downloading WordPress it returns the error below:
Error : time="2022-09-15T18:09:30-03:00" level=warning msg="network wplocaldocker: network.external.name is deprecated in favor of network.name" time="2022-09-15T18:09:30-03:00" level=warning msg="volume wplocaldockerCache: volume.external.name is deprecated in favor of volume.name" Error: RuntimeException: Failed to get url 'https://api.wordpress.org/core/version-check/1.7/?locale=en_US': cURL error 28: Resolving timed out after 10000 milliseconds.
⠋ Starting docker containers for test1-test...
Error : Network test1-test_default Creating
Network test1-test_default Created
external volume "wplocaldockerCache" not found
I was able to get around this issue by changing my DNS provider to Google public DNS, after that the error no longer happens in curl when downloading wordpress, but now I'm stuck at DNS_PROBE_FINISHED_NXDOMAIN error in browser, I can't access the installation URL.
I think the 10updocker failed to change the hosts file. I had to change it manually.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Troubleshooting
Describe the bug
Hey guys, hope you are doing well today :)
10updocker create
is not working as expected. When it gets to the step of downloading WordPress it returns the error below:Error : time="2022-09-15T18:09:30-03:00" level=warning msg="network wplocaldocker: network.external.name is deprecated in favor of network.name" time="2022-09-15T18:09:30-03:00" level=warning msg="volume wplocaldockerCache: volume.external.name is deprecated in favor of volume.name" Error: RuntimeException: Failed to get url 'https://api.wordpress.org/core/version-check/1.7/?locale=en_US': cURL error 28: Resolving timed out after 10000 milliseconds.
Steps to Reproduce
Screenshots, screen recording, code snippet
Environment information
Code of Conduct
The text was updated successfully, but these errors were encountered: