Docker desktop doesnt run for windows with WSL

I was trying to find solution to my problem but I dont know how to solve it. I have tried to reinstall whole docker, restart pc and install docker again and restart pc as well. I am running in Windows 11 Pro when i click the docker desktop shortcut it opens proccess and close it few seconds after without any feedback.

`PS C:\Users\user> docker version
error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version": open //./pipe/docker_engine: The system cannot find the file specified.
Client:
 Cloud integration: v1.0.35+desktop.5
 Version:           24.0.7
 API version:       1.43
 Go version:        go1.20.10
 Git commit:        afdd53b
 Built:             Thu Oct 26 09:08:44 2023
 OS/Arch:           windows/amd64
 Context:           default`

wsl --version WSL version: 2.0.9.0 Kernel version: 5.15.133.1-1 WSLg version: 1.0.59 MSRDC version: 1.2.4677 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows version: 10.0.22631.3007

I have found solution in here: Error response from daemon: open \\.\pipe\docker_engine_windows: The system cannot find the file specified The problem I had was windows feature called: Containers disabled. I solved it by using: Dism /online /Enable-Feature /FeatureName:Containers inside of CMD as administrator and then restarting PC