-
Notifications
You must be signed in to change notification settings - Fork 19
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
Network issues with Alpine Linux #212
Comments
Where did you see that --network flag can help? 🤔 |
Like here: https://stackoverflow.com/a/54003007/2630849 But it seems like a problem with my WireGuard personal VPN. 😞 I'm going to close it for now. |
The similar problem with |
I don't quite understand what you mean by "different hosts" and "sources"? Can you explain this setup a little bit more? Or, even better, perhaps you have a minimally reproducible example? |
Of course: I mean different… sources for downloading. In the description of this issue I've mentioned
I'm working on AlexWayfer/stream_timer#12 and was trying AlexWayfer/stream_timer#34. |
I tried building the following container:
image: alpine:3
task:
script: apk add --no-cache bash git ...and it seems to be running stable without hangs for a few minutes. I wonder if this depends on the external network conditions and adding Assuming I've minimized the test-case correctly, can you try reproducing this on your machine? |
@edigaryev did you read my comment about WireGuard above? With disabled WG service or with |
Got it, this only manifests itself with the VPN turned on. In case your VPN's network overlaps with the Docker one, you can tell the Docker daemon to use a different network subnet instead of the default one (I think it's |
Thank you, but it didn't help. What about IPv6? I have such WireGuard config:
And I've tried such Docker config:
and I'm getting such errors:
or with
|
I don't think it would, since you've configured two overlapping networks:
Try
That's interesting, but looks like a system/Docker daemon related issue. Are you running out of memory? |
Hello.
I have not always, but often, stuck (3+ minutes)
cirrus
CLI at this moment:What a problem can be here? Image is
alpine:3
. I saw answers about Docker--network
flag, but I didn't find such flag forcirrus
CLI.The text was updated successfully, but these errors were encountered: