Filters
Docker concepts-Ext_Doc1
- Download the # Docker Desktop Installer.exe file from(docker.com).
- Double-click the installer file to run it. If prompted, ensure the Use WSL 2 instead of Hyper-V option on the Configuration page is selected or not depending on your preference(docs.docker.com).
- Follow the instructions on the screen to complete the installation process(docs.docker.com).
-
Optionally, you can add your user account into the docker-users group by running the following command in the Command prompt: net localgroup docker-users
/add(geeksforgeeks.org).