# dockerdesktop install ###### tags: `docker` ## :memo: install ### Step 1: dockerdesktop download [docker download](https://www.docker.com/products/docker-desktop) #### 1. install WSL2 Control Panel -> Programs -> Turn Windows features Turn On or ![](https://i.imgur.com/oZWv0SC.png) You need to check - [ ] Windows Subsystem For Linux - [ ] Windows Hypervisor Platform - [ ] Virtual Machine Platform (PS. doesn't find but still work) #### 2. window powershell(as administration ) ##### 2a. install WSL1 command as following: >dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart ##### 2b. update wsl1->wsl2 [update](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi) ##### 2c. set WSL 2 as the default version >wsl --set-default-version 2 [stackoverflow reference]( https://stackoverflow.com/questions/66091744/docker-failed-to-start)