-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Time out in the first docker-compose up #749
Comments
It looks like the mirror was down for you at the time of posting. It seems to be up from my location right now. Could you try again? |
Hey, ammm fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories the mirror seems still broken... so. good luck |
Thank you @cmpere , |
Great news! As it does not happen for everyone, I don't think it's necessary to pick this up in a pull request, unless it happens more. Thank you for reporting the issue! |
@winfried-van-loon I have got same error, so I think will be good to fix it. |
+1 |
+1 |
Stuck on this as well. |
This is still broke. Is this repo hard coded somewhere? Or it's just default? Like is this on alpine, or laradock? edit: Too, you can use this in the laradock folder:
Since whatever they added to the Dockerfile didn't work |
I am running into this issue too |
I am stuck here too.It's not the problem of network. |
This has been a head scratching issue for me, but I have discovered that removing containers that I don't need solves this issue for me. |
Whoever facing this issue please follow this:
In Windows:
Right click on the netwrok icon and go to Network Connections and from
there Adaptar setting, there you will see there is bridge connection made
for docker, right click on it and go to properties, select to edit ipv4
address and add 8.8.8.8 as secondary/primary dns, it should be solved.
For Mac: In your network connection add a secondary DNS entry 8.8.8.8
I had this same issue and this was solved this way.
…On Fri, Jan 19, 2018 at 4:07 PM, Netcraft ***@***.***> wrote:
This has been a head scratching issue for me, but I have discovered that
removing containers that I don't need solves this issue for me.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#749 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEhQ86AcAlRqtGQ8I6Mkjr6KuJBT8aUnks5tMKGFgaJpZM4M0BmC>
.
--
Best regards
Md Manzurul Haque
ph : 358451835785
Linkedin : bd.linkedin.com/pub/manzurul-haque/14/7b3/297/
|
After commit a99281c ,set |
Hi,
For the first time after cloning the project with
git submodule
I ran the commanddocker-compose up -d nginx mysql
I get a time out and some errors:How can this be solved?
The text was updated successfully, but these errors were encountered: