From c93620d19dc205113b03f1ef73a6981c808db313 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Thu, 8 Jun 2017 15:04:25 -0700 Subject: [PATCH] additional step for Kitematic uninstall (#3539) Signed-off-by: Victoria Bialas --- docker-for-mac/install.md | 2 +- docker-for-windows/install.md | 2 +- toolbox/toolbox_install_mac.md | 13 ++++++++++--- toolbox/toolbox_install_windows.md | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docker-for-mac/install.md b/docker-for-mac/install.md index d35063f36a..e68330d44f 100644 --- a/docker-for-mac/install.md +++ b/docker-for-mac/install.md @@ -125,7 +125,7 @@ explanation and list of prerequisites. * **What the install includes**: The installation provides [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 diff --git a/docker-for-windows/install.md b/docker-for-windows/install.md index 99a4aa57d9..9b95927c12 100644 --- a/docker-for-windows/install.md +++ b/docker-for-windows/install.md @@ -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 [Running Docker for Windows in nested virtualization scenarios](troubleshoot.md#running-docker-for-windows-in-nested-virtualization-scenarios)

-* **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 diff --git a/toolbox/toolbox_install_mac.md b/toolbox/toolbox_install_mac.md index 87beec9498..e420bbefc1 100644 --- a/toolbox/toolbox_install_mac.md +++ b/toolbox/toolbox_install_mac.md @@ -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. -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 @@ -232,7 +238,7 @@ To uninstall Toolbox on a Mac, do the following: $ 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 can remove the `~/.docker` directory @@ -242,7 +248,8 @@ To uninstall Toolbox on a Mac, do the following: as certificates). Removing this directory is typically not necessary. -6. Uninstall Oracle VirtualBox, which is + +7. Uninstall Oracle VirtualBox, which is installed as a part of the Toolbox install. ## Next Steps diff --git a/toolbox/toolbox_install_windows.md b/toolbox/toolbox_install_windows.md index 074da01d2f..71b3cae8d6 100644 --- a/toolbox/toolbox_install_windows.md +++ b/toolbox/toolbox_install_windows.md @@ -223,7 +223,7 @@ To uninstall Toolbox on Windows, do the following: continue to manage those machines 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.