mirror of https://github.com/docker/docs.git
additional step for Kitematic uninstall (#3539)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
58f3632285
commit
c93620d19d
|
@ -125,7 +125,7 @@ explanation and list of prerequisites.
|
||||||
|
|
||||||
* **What the install includes**: The installation provides
|
* **What the install includes**: The installation provides
|
||||||
[Docker Engine](/engine/userguide/), Docker CLI client,
|
[Docker Engine](/engine/userguide/), Docker CLI client,
|
||||||
[Docker Compose](/compose/overview/), and [Docker Machine](/machine/overview/).
|
[Docker Compose](/compose/overview/), [Docker Machine](/machine/overview/), and [Kitematic](/kitematic/userguide.md).
|
||||||
|
|
||||||
## Install and Run Docker for Mac
|
## Install and Run Docker for Mac
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@ on a VMWare or Parallels instance, might work, but come with no
|
||||||
guarantees (i.e., not officially supported). For more information, see
|
guarantees (i.e., not officially supported). For more information, see
|
||||||
[Running Docker for Windows in nested virtualization scenarios](troubleshoot.md#running-docker-for-windows-in-nested-virtualization-scenarios)
|
[Running Docker for Windows in nested virtualization scenarios](troubleshoot.md#running-docker-for-windows-in-nested-virtualization-scenarios)
|
||||||
<p />
|
<p />
|
||||||
* **What the Docker for Windows install includes**: The installation provides [Docker Engine](/engine/userguide/), Docker CLI client, [Docker Compose](/compose/overview.md), and [Docker Machine](/machine/overview.md).
|
* **What the Docker for Windows install includes**: The installation provides [Docker Engine](/engine/userguide/), Docker CLI client, [Docker Compose](/compose/overview.md), [Docker Machine](/machine/overview.md), and [Kitematic](/kitematic/userguide.md).
|
||||||
|
|
||||||
### About Windows containers and Windows Server 2016
|
### About Windows containers and Windows Server 2016
|
||||||
|
|
||||||
|
|
|
@ -224,7 +224,13 @@ To uninstall Toolbox on a Mac, do the following:
|
||||||
|
|
||||||
3. Remove the Docker Quickstart Terminal and Kitematic from your "Applications" folder.
|
3. Remove the Docker Quickstart Terminal and Kitematic from your "Applications" folder.
|
||||||
|
|
||||||
4. Remove the `docker`, `docker-compose`, and `docker-machine` commands from the `/usr/local/bin` folder.
|
4. Run the following in a command shell to fully remove Kitematic:
|
||||||
|
|
||||||
|
```
|
||||||
|
rm -fr ~/Library/Application\ Support/Kitematic
|
||||||
|
```
|
||||||
|
|
||||||
|
5. Remove the `docker`, `docker-compose`, and `docker-machine` commands from the `/usr/local/bin` folder.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ rm /usr/local/bin/docker
|
$ rm /usr/local/bin/docker
|
||||||
|
@ -232,7 +238,7 @@ To uninstall Toolbox on a Mac, do the following:
|
||||||
$ rm /usr/local/bin/docker-machine
|
$ rm /usr/local/bin/docker-machine
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Optionally, remove the `~/.docker` directory.
|
6. Optionally, remove the `~/.docker` directory.
|
||||||
|
|
||||||
If you want to remove Docker entirely, you
|
If you want to remove Docker entirely, you
|
||||||
can remove the `~/.docker` directory
|
can remove the `~/.docker` directory
|
||||||
|
@ -242,7 +248,8 @@ To uninstall Toolbox on a Mac, do the following:
|
||||||
as certificates). Removing this directory
|
as certificates). Removing this directory
|
||||||
is typically not necessary.
|
is typically not necessary.
|
||||||
|
|
||||||
6. Uninstall Oracle VirtualBox, which is
|
|
||||||
|
7. Uninstall Oracle VirtualBox, which is
|
||||||
installed as a part of the Toolbox install.
|
installed as a part of the Toolbox install.
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
|
@ -223,7 +223,7 @@ To uninstall Toolbox on Windows, do the following:
|
||||||
continue to manage those machines
|
continue to manage those machines
|
||||||
through Docker.
|
through Docker.
|
||||||
|
|
||||||
3. Uninstall Docker Toolbox using Window's standard process for uninstalling programs through the control panel.
|
3. Uninstall Docker Toolbox using Window's standard process for uninstalling programs through the control panel (programs and features).
|
||||||
|
|
||||||
>**Note**: This process does not remove the `docker-install.exe` file. You must delete that file yourself.
|
>**Note**: This process does not remove the `docker-install.exe` file. You must delete that file yourself.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue