Docker desktop doesnt run for windows with WSL

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