TABLE OF CONTENTS
1. Overview
Docker Desktop is a user-friendly application for Mac, Windows, and Linux environments that helps you in building and sharing containerized applications. To run Docker container, you must install Docker Desktop for windows. For required system requirements, refer to Docker Documentation.
2. Installation
To install Docker Desktop for windows, perform the following:
- Click here to download the Docker Desktop for windows installer.
- Navigate to the Downloads folder and double-click Docker Desktop Installer.exe.
- Click Yes to initiate the installation process to view the following screen. By default, both the checkboxes are selected. In this screen, click OK.
- Following screen appears with unpacking all the files, as shown:
- Upon successful installation, in the following screen:
- You will see 'Installation Succeeded' message.
- Click Close and restart to complete the installation.
By default, Docker Desktop is installed at C:\Program Files\Docker\Docker.
- To verify if the installation is successful, perform the following:
- Open the command prompt and run the following command:
docker --version
- Following message is displayed along with the version installed:
- Open the command prompt and run the following command:
3. Starting the Docker Desktop
Docker Desktop does not start automatically after installation.
To start Docker Desktop, perform the following:
- Search for Docker, and select Docker Desktop in the search results.
- Search for Docker app. The Docker menu displays the Docker Subscription Service Agreement.
- Select Accept to continue. You can run Docker Desktop icon after you accept the terms and conditions.
Note: Docker Desktop requires you to agree to its terms before it can run. You have the option to accept the terms later by opening Docker Desktop.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article