Docker Desktop Crashes – WSL Unable to Update on Offline System(without Internet )

I am trying to install Docker Desktop (v4.37 or v4.38) on an offline Windows 10 system with WSL2 and Ubuntu. Despite following all the necessary steps, Docker Desktop crashes on launch with the error:

“Failed to update WSL” Remember, I am working on a system without internet access, so I have to manually download the required files, transfer them to the system, and then perform the installation steps. Even after installing wsl_update_x64.msi but not working for me. My system detail as mention below and steps performed already

  • Windows Version: Windows 10 Pro 22H2 (OS Build 19045.2006)
  • Installed Docker Desktop 4.37 successfully.
  • WSL Installed: Yes
  • Windows Subsystem Linux: Enabled
  • Virtual Machine Platform: Enabled
  • Virtualization: Enable
  • WSL Default Distribution: Ubuntu
  • Installed wsl_update_x64.msi (successfully).
  • Installed Ubuntu and converted it to WSL2.
  • Ran the command wsl --list --verbose, and it shows: NAME STATE VERSION
    Ubuntu Running 2
  • wsl uname -r its result is 5.10.16.3
    Where am I going wrong? I have tried all possible steps, but I still haven’t been able to successfully run Docker Desktop.