mirror of https://github.com/docker/docs.git
move the uninstall content to a new page (#15777)
* move the uninstall content to a new page * fix broken links * fix broken links
This commit is contained in:
parent
e1637becfd
commit
92e8a41c8e
|
@ -1270,6 +1270,8 @@ manuals:
|
|||
title: Docker Desktop WSL 2 backend on Windows
|
||||
- path: /desktop/vm-vdi/
|
||||
title: Run Docker Desktop for Windows in a VM or VDI environment
|
||||
- path: /desktop/uninstall/
|
||||
title: Uninstall Docker Desktop
|
||||
- sectiontitle: Dev Environments (Beta)
|
||||
section:
|
||||
- path: /desktop/dev-environments/
|
||||
|
|
|
@ -10,17 +10,12 @@ Uninstalling Docker Compose depends on the method you have used to install Docke
|
|||
|
||||
### Uninstalling Docker Desktop
|
||||
|
||||
If you want to uninstall Compose and you have installed Docker Desktop, follow the corresponding link bellow to get instructions on how to remove Docker Desktop.
|
||||
If you want to uninstall Compose and you have installed Docker Desktop, see, [Uninstall Docker Desktop](../../desktop/uninstall.md) follow the corresponding link bellow to get instructions on how to remove Docker Desktop.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Unless you have other Docker instances installed on that specific environment, you would be removing Docker altogether by uninstalling the Desktop.
|
||||
|
||||
See Uninstall Docker Desktop for:
|
||||
[Mac](../../desktop/install/mac-install.md/#uninstall-docker-desktop){:target="_blank" rel="noopener" class="_"} |
|
||||
[Windows](../../desktop/install/windows-install.md/#uninstall-docker-desktop){:target="_blank" rel="noopener" class="_"} |
|
||||
[Linux](../../desktop/install/linux-install.md/#uninstall-docker-desktop){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
### Uninstalling the Docker Compose CLI plugin
|
||||
|
||||
To remove the Compose CLI plugin, run:
|
||||
|
|
|
@ -226,28 +226,6 @@ Current context is now "desktop-linux"
|
|||
|
||||
Refer to the [Docker Context documentation](../../engine/context/working-with-contexts.md) for more details.
|
||||
|
||||
## Updates
|
||||
|
||||
Once a new version for Docker Desktop is released, the Docker UI shows a notification.
|
||||
You need to download the new package each time you want to upgrade manually.
|
||||
|
||||
To upgrade your installation of Docker Desktop, first stop any instance of Docker Desktop running locally,
|
||||
then follow the regular installation steps to install the new version on top of the existing
|
||||
version.
|
||||
|
||||
## Uninstall Docker Desktop
|
||||
|
||||
Docker Desktop can be removed from a Linux host using the package manager.
|
||||
|
||||
Once Docker Desktop has been removed, users must remove the `credsStore` and `currentContext` properties from the `~/.docker/config.json`.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
|
||||
> other Docker related data local to the machine, and removes the files generated
|
||||
> by the application. Refer to the [back up and restore data](../backup-and-restore.md)
|
||||
> section to learn how to preserve important data before uninstalling.
|
||||
|
||||
## Why Docker Desktop for Linux runs a VM
|
||||
|
||||
|
||||
|
|
|
@ -107,39 +107,6 @@ The `install` command accepts the following flags:
|
|||
- `--allowed-org=<org name>`: requires the user to sign in and be part of the specified Docker Hub organization when running the application
|
||||
- `--user=<username>`: Runs the privileged helper service once during installation, then disables it at runtime. This removes the need for the user to grant root privileges on first run. For more information, see [Privileged helper permission requirements](../mac/permission-requirements.md#permission-requirements){: target="_blank" rel="noopener" class="_"}. To find the username, enter `ls /Users` in the CLI.
|
||||
|
||||
## Updates
|
||||
|
||||
{% include desktop-update.md %}
|
||||
|
||||
## Uninstall Docker Desktop
|
||||
|
||||
To uninstall Docker Desktop from your Mac:
|
||||
|
||||
1. From the Docker menu, select **Troubleshoot** and then select **Uninstall**.
|
||||
2. Click **Uninstall** to confirm your selection.
|
||||
|
||||
> Uninstall Docker Desktop from the command line
|
||||
>
|
||||
> To uninstall Docker Desktop from a terminal, run: `<DockerforMacPath>
|
||||
> --uninstall`. If your instance is installed in the default location, this
|
||||
> command provides a clean uninstall:
|
||||
>
|
||||
> ```console
|
||||
> $ /Applications/Docker.app/Contents/MacOS/Docker --uninstall
|
||||
> Docker is running, exiting...
|
||||
> Docker uninstalled successfully. You can move the Docker application to the trash.
|
||||
> ```
|
||||
>
|
||||
> You might want to use the command-line uninstall if, for example, you find that
|
||||
> the app is non-functional, and you cannot uninstall it from the menu.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
|
||||
> other Docker related data local to the machine, and removes the files generated
|
||||
> by the application. Refer to the [back up and restore data](../backup-and-restore.md)
|
||||
> section to learn how to preserve important data before uninstalling.
|
||||
|
||||
## Where to go next
|
||||
|
||||
- [Docker Desktop for Apple silicon](../mac/apple-silicon.md) for detailed information about Docker Desktop for Apple silicon.
|
||||
|
|
|
@ -187,25 +187,6 @@ Docker Desktop does not start automatically after installation. To start Docker
|
|||
For more information, see [Docker Desktop Subscription Service Agreement](https://www.docker.com/legal/docker-subscription-service-agreement/). We recommend that you also read the [FAQs](https://www.docker.com/pricing/faq){: target="\_blank" rel="noopener" class="*" id="dkr_docs_desktop_install_btl"}.
|
||||
|
||||
|
||||
## Updates
|
||||
|
||||
{% include desktop-update.md %}
|
||||
|
||||
## 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.
|
||||
|
||||
> **Important**
|
||||
>
|
||||
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
|
||||
> other Docker related data local to the machine, and removes the files generated
|
||||
> by the application. Refer to the [back up and restore data](../backup-and-restore.md)
|
||||
> section to learn how to preserve important data before uninstalling.
|
||||
|
||||
## Where to go next
|
||||
|
||||
* [Get started with Docker](/get-started/) is a tutorial that teaches you how to deploy a multi-service stack.
|
||||
|
|
|
@ -160,7 +160,7 @@ This page contains release notes for Docker Desktop for Mac 3.x.
|
|||
|
||||
**Compose V2 beta**: Docker Desktop now includes the beta version of Compose V2, which supports the `docker compose` command as part of the Docker CLI. While `docker-compose` is still supported and maintained, Compose V2 implementation relies directly on the compose-go bindings which are maintained as part of the specification. The compose command in the Docker CLI supports most of the `docker-compose` commands and flags. It is expected to be a drop-in replacement for `docker-compose`. There are a few remaining flags that have yet to be implemented, see the [docker-compose compatibility list](../../compose/cli-command-compatibility.md) for more information about the flags that are supported in the new compose command. If you run into any problems with Compose V2, you can easily switch back to Compose v1 by either by making changes in Docker Desktop **Experimental** Settings, or by running the command `docker-compose disable-v2`. Let us know your feedback on the new ‘compose’ command by creating an issue in the [Compose-CLI](https://github.com/docker/compose-cli/issues) GitHub repository.
|
||||
|
||||
**Skip Docker Desktop updates**: All users can now skip an update when they are prompted to install individual Docker Desktop releases. For more information, see [Docker Desktop updates](../install/windows-install.md#updates).
|
||||
**Skip Docker Desktop updates**: All users can now skip an update when they are prompted to install individual Docker Desktop releases.
|
||||
|
||||
### Deprecation
|
||||
|
||||
|
@ -510,7 +510,7 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y
|
|||
### New
|
||||
|
||||
- Use of three-digit version number for Docker Desktop releases.
|
||||
- Starting with Docker Desktop 3.0.0, updates are now much smaller as they will be applied using delta patches. For more information, see [Automatic updates](../install/mac-install.md#updates).
|
||||
- Starting with Docker Desktop 3.0.0, updates are now much smaller as they will be applied using delta patches.
|
||||
- First version of `docker compose` (as an alternative to the existing `docker-compose`). Supports some basic commands but not the complete functionality of `docker-compose` yet.
|
||||
|
||||
- Supports the following subcommands: `up`, `down`, `logs`, `build`, `pull`, `push`, `ls`, `ps`
|
||||
|
|
|
@ -162,7 +162,7 @@ This page contains release notes for Docker Desktop for Windows 3.x.
|
|||
|
||||
**Compose V2 beta**: Docker Desktop now includes the beta version of Compose V2, which supports the `docker compose` command as part of the Docker CLI. While `docker-compose` is still supported and maintained, Compose V2 implementation relies directly on the compose-go bindings which are maintained as part of the specification. The compose command in the Docker CLI supports most of the `docker-compose` commands and flags. It is expected to be a drop-in replacement for `docker-compose`. There are a few remaining flags that have yet to be implemented, see the [docker-compose compatibility list](../../compose/cli-command-compatibility.md) for more information about the flags that are supported in the new compose command. If you run into any problems with Compose V2, you can easily switch back to Compose v1 by either by making changes in Docker Desktop **Experimental** Settings, or by running the command `docker-compose disable-v2`. Let us know your feedback on the new ‘compose’ command by creating an issue in the [Compose-CLI](https://github.com/docker/compose-cli/issues) GitHub repository.
|
||||
|
||||
**Skip Docker Desktop updates**: All users can now skip an update when they are prompted to install individual Docker Desktop releases. For more information, see [Docker Desktop updates](../install/windows-install.md#updates).
|
||||
**Skip Docker Desktop updates**: All users can now skip an update when they are prompted to install individual Docker Desktop releases.
|
||||
|
||||
### Deprecation
|
||||
|
||||
|
@ -414,7 +414,7 @@ For developers in IT managed environments, who don’t have administrative acces
|
|||
### New
|
||||
|
||||
- Use of three-digit version number for Docker Desktop releases.
|
||||
- Docker Desktop updates are now much smaller as they will be applied using delta patches. For more information, see [Automatic updates](../install/windows-install.md#updates).
|
||||
- Docker Desktop updates are now much smaller as they will be applied using delta patches. For more information, see.
|
||||
- First version of `docker compose` (as an alternative to the existing `docker-compose`). Supports some basic commands but not the complete functionality of `docker-compose` yet.
|
||||
|
||||
- Supports the following subcommands: `up`, `down`, `logs`, `build`, `pull`, `push`, `ls`, `ps`
|
||||
|
|
|
@ -0,0 +1,74 @@
|
|||
---
|
||||
description: How to uninstall Docker Desktop
|
||||
keywords: windows, install, download, run, docker, local
|
||||
title: Uninstall Docker Desktop
|
||||
---
|
||||
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a data-toggle="tab" data-target="#tab3">Windows</a></li>
|
||||
<li><a data-toggle="tab" data-target="#tab4">Mac</a></li>
|
||||
<li><a data-toggle="tab" data-target="#tab5">Linux</a></li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<div id="tab3" class="tab-pane fade in active" markdown="1">
|
||||
<br>
|
||||
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.
|
||||
|
||||
> **Important**
|
||||
>
|
||||
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
|
||||
> other Docker related data local to the machine, and removes the files generated
|
||||
> by the application. Refer to the [back up and restore data](backup-and-restore.md)
|
||||
> section to learn how to preserve important data before uninstalling.
|
||||
<hr>
|
||||
</div>
|
||||
<div id="tab4" class="tab-pane fade" markdown="1">
|
||||
<br>
|
||||
To uninstall Docker Desktop from your Mac:
|
||||
|
||||
1. From the Docker menu, select **Troubleshoot** and then select **Uninstall**.
|
||||
2. Click **Uninstall** to confirm your selection.
|
||||
|
||||
> Uninstall Docker Desktop from the command line
|
||||
>
|
||||
> To uninstall Docker Desktop from a terminal, run: `<DockerforMacPath>
|
||||
> --uninstall`. If your instance is installed in the default location, this
|
||||
> command provides a clean uninstall:
|
||||
>
|
||||
> ```console
|
||||
> $ /Applications/Docker.app/Contents/MacOS/Docker --uninstall
|
||||
> Docker is running, exiting...
|
||||
> Docker uninstalled successfully. You can move the Docker application to the trash.
|
||||
> ```
|
||||
>
|
||||
> You might want to use the command-line uninstall if, for example, you find that
|
||||
> the app is non-functional, and you cannot uninstall it from the menu.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
|
||||
> other Docker related data local to the machine, and removes the files generated
|
||||
> by the application. Refer to the [back up and restore data](backup-and-restore.md)
|
||||
> section to learn how to preserve important data before uninstalling.
|
||||
|
||||
<hr>
|
||||
</div>
|
||||
<div id="tab5" class="tab-pane fade in active" markdown="1">
|
||||
<br>
|
||||
Docker Desktop can be removed from a Linux host using the package manager.
|
||||
|
||||
Once Docker Desktop has been removed, users must remove the `credsStore` and `currentContext` properties from the `~/.docker/config.json`.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
|
||||
> other Docker related data local to the machine, and removes the files generated
|
||||
> by the application. Refer to the [back up and restore data](backup-and-restore.md)
|
||||
> section to learn how to preserve important data before uninstalling.
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue