mbelluzzi
(Mbelluzzi)
April 3, 2025, 8:33am
1
Hi,
I’ve made a fresh install of wsl2 (using ubuntu 24.4.2 LTS) and docker desktop and wanted integration. I used the documentation.
After a slight delay, docker desktop makes wsl crash completely, and i could only fetch this from the windows event viewer:
Unknown key 'automount.crossDistro' in /etc/wsl.conf:2
I need help on this because i cannot find anything on the matter that works.
1 Like
rserafim
(Rserafim)
April 3, 2025, 11:55am
2
I am having the exact same issue. It was working fine 1 or 2 days ago. It seems WSL changed something but is kicking the issue back to docker.
I deleted that line in /etc/wsl.conf inside the docker-desktop wsl distro, but the engine still wont start.
Reverted back to docker desktop version 4.38, but still have the same error.
Don’t know what else to try.
rimelek
(Ákos Takács)
April 3, 2025, 12:12pm
3
I found an existing issue on GitHub
opened 05:38PM - 21 Mar 25 UTC
closed 05:25PM - 25 Mar 25 UTC
### Windows Version
Microsoft Windows [Version 10.0.19045.5608]
### WSL Versio… n
2.5.1.0
### Are you using WSL 1 or WSL 2?
- [x] WSL 2
- [ ] WSL 1
### Kernel Version
6.6.75.1
### Distro Version
Ubuntu 24.04.2
### Other Software
Docker Desktop 4.39.0
### Repro Steps
- launch `Docker Desktop`
- check `Event Viewer`
### Expected Behavior
- no errors or warnings logged
### Actual Behavior
`Unknown key 'automount.crossDistro' in /etc/wsl.conf:3`
### Diagnostic Logs
_No response_
But if you want to report it to Docker, you can do it in this repo:
Bug reports for Docker Desktop for Windows
mbelluzzi
(Mbelluzzi)
April 3, 2025, 12:46pm
4
I’ve found this issue on github but im already up to date with ubuntu and still having the issue
thanks for the repo !
rserafim
(Rserafim)
April 4, 2025, 10:31am
5
I can confirm that reverting WSL back to version 2.4.12 “fixes” this issue.
Reverting the Docker version does not solve it, so it was definitely a WSL change that broke something.
Download available from Releases · microsoft/WSL