-
Notifications
You must be signed in to change notification settings - Fork 44
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
Could not add link chip0: operation not supported #10
Comments
Hey @lslz627, thank you for reaching out. I was able to reproduce your issue by installing Docker Desktop 3.3.3. After going through each Docker Desktop version one-by-one, I've finally determined that the issue is related to the Linux kernel version. Docker Desktop 3.3.0 - 3.5.2 uses kernel version $ ip link add dev wg0 type wireguard
RTNETLINK answers: Operation not supported I wasn't able to manually load it either: $ modprobe wireguard
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/5.10.25-linuxkit/modules.dep.bin'
modprobe: FATAL: Module wireguard not found in directory /lib/modules/5.10.25-linuxkit The issue is fixed in Docker Desktop 3.6.0+ which uses kernel version $ ip link add dev wg0 type wireguard
$ ip a
...
9: wg0: <POINTOPOINT,NOARP> mtu 1420 qdisc noop state DOWN group default qlen 1000
link/none Is there any reason you are using an older version of Docker Desktop? Upgrading to at least 3.6.0 should solve your problem. I did a deep dive into Let me know if this helps you move forward or if you have any other questions. |
@gregnr Thank you for taking the time to look at my problems,I have upgrade my docker to latest version ( 4.8.2 ) by your remaining and now it's ok Thanks for your information and for being so helpful, Really appreciate 👍 |
hi, my linux vm setup get in trouble
some log
docker-mac-net-connect/client/main.go
Line 86 in 59f4bdb
software info
Can you take a look? Looking forward to your reply,thanks
The text was updated successfully, but these errors were encountered: