adding instructions to uninstall desktop

This commit is contained in:
Usha Mandya 2019-11-28 14:42:09 +00:00
parent b0a99bde7f
commit 1aa5144441
2 changed files with 19 additions and 0 deletions

View File

@ -78,6 +78,15 @@ The Docker Desktop installation includes
Congratulations! You are now successfully running Docker Desktop.
## Uninstall Docker Desktop
To unistall Docker Desktop from your Mac:
1. From the Docker menu, select **Troubleshoot** and then select **Uninstall**.
2. Click **Uninstall** to confirm your selection.
> **Note:** Uninstalling Docker Desktop will destroy Docker containers and images local to the machine and remove the files generated by the application.
## Switch between Stable and Edge versions
Docker Desktop allows you to switch between Stable and Edge releases. However, **you can only have one version of Docker Desktop installed at a time**. Switching between Stable and Edge versions can destabilize your development environment, particularly in cases where you switch from a newer (Edge) channel to an older (Stable) channel.

View File

@ -102,6 +102,16 @@ When initialization is complete, click the whale icon in the Notifications area
Congratulations! You are successfully running Docker Desktop on Windows.
## Uninstall Docker Desktop
To uninstall Docker Desktop from your Windows machine:
1. From the Windows **Start** menu, select **Settings** > **Apps** > **Apps & features**.
2. Select **Docker Desktop** from the **Apps & features** list and then select **Uninstall**.
3. Click **Uninstall** to confirm your selection.
> **Note:** Uninstalling Docker Desktop will destroy Docker containers and images local to the machine and remove the files generated by the application.
## Where to go next
* [Getting started](index.md) introduces Docker Desktop for Windows.