Hayden Barnes
Hayden Barnes
Hi @milkshakeuk! How did you install git? Are you running these commands in your WSL shell or PowerShell? `File does not contain a valid CIL image.` I would expect to...
With more context, a binfmts issue makes sense here. I had same suspicion about .NET or Mono misconfiguration as raised in [#9146](https://github.com/microsoft/WSL/issues/9146). I don't think using your 1Password GPG key...
Did you install Firefox via Snap or apt?
I would be interested to see if you could reproduce it with the apt package directly from Mozilla. [Here is an article](https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04) on how to do so. If it does...
@prescriptionlifeline Are you using docker-ce from the Ubuntu package repository or installing using the Docker apt repository? I would suggest installing from the Docker apt repository.
Okay, that rules out issues with the distro-based package. I took a look back at your log files and noted this: > failed to start daemon, ensure docker is not...
- Have you tried `wsl.exe --shutdown` (which will reset WSLg as well) and trying again? - Can you reproduce this in another distro you have installed?
That is odd, I haven't experienced that with distros exported from existing Docker or Podman containers. Which one is it, if you don't me asking? Does it have X and...
Did you create a soft link in WSL for `samples` to `/mnt/f`...? This is generally supported, e.g. `ln -s /mnt/f/myfolder ~/link-to-myfolder`. However, note that WSL and Windows have different file...
I am glad your issue was resolved.