WSL2 run Docker (Docker Desktop) inside Fedoraremix? #206
-
Long/short I'm trying to execute docker commands inside Fedoraremix via Docker Desktop's integration. This works fine in my Ubuntu distro (on WSL2). Inside Fedoraremix I can run commands like "docker --version" or "docker --help" and get the expected output, but when I attempt "docker run " it all goes belly-up and I receive the following error message:
I'm mystified at this point. Docker Desktop is fully upgraded, as is WSL2 (and as I said, this works OK in my Ubuntu distro). I've looked around for directions specific to FR but haven't been able to find any. Does anyone have experience getting this to work? FWIW I'm running v38. TIA! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like the integration with WSL2 in Docker Desktop 4.25 is broken. WSL
Integration doesn't work and causes WSL to hang · Issue #13774 ·
docker/for-win (github.com)
<docker/for-win#13774> Have
you tested Ubuntu with this version?
…On Tue, Nov 7, 2023 at 5:42 PM Matt Gagliardi ***@***.***> wrote:
Long/short I'm trying to execute docker commands inside Fedoraremix via
Docker Desktop's integration. This works fine in my Ubuntu distro (on
WSL2). Inside Fedoraremix I can run commands like "docker --version" or
"docker --help" and get the expected output, but when I attempt "docker run
" it all goes belly-up and I receive the following error message:
docker: Cannot connect to the Docker daemon at
unix:///var/run/docker.sock. Is the docker daemon running?.
I'm mystified at this point. Docker Desktop is fully upgraded, as is WSL2
(and as I said, this works OK in my Ubuntu distro). I've looked around for
directions specific to FR but haven't been able to find any. Does anyone
have experience getting this to work? FWIW I'm running v38. TIA!
—
Reply to this email directly, view it on GitHub
<#206>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACACEQ4N5NCZNL7RR47K5W3YDJQHPAVCNFSM6AAAAAA7BP26JGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHAZDINBTGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
The Docker build at this link appears to have resolved the issue in my FR deployment.