Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/toolbox_install_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ Virtual Box VM, it maintains its configuration between uses.

## How to uninstall Toolbox

Removing Toolbox involves removing all the Docker components it includes. In some cases, you might want to keep the machines you created with Docker Machine, so that step is described here as optional.
Removing Toolbox involves removing all the Docker components it includes.

A full uninstall also includes removing the local and remote machines you created with Docker Machine. In some cases, you might want to keep machines created with Docker Machine.

For example, if you plan to re-install Docker Machine as a part of Docker for Mac you can continue to manage those machines through Docker. Or, if you have remote machines on a cloud provider and you plan to manage them using the provider, you wouldn't want to remove them. So the step to remove machines is described here as optional.

To uninstall Toolbox on a Mac, do the following:

Expand Down
7 changes: 5 additions & 2 deletions docs/toolbox_install_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,11 @@ versions. For Windows Vista systems and newer, VirtualBox installs NDIS6 driver

## How to uninstall Toolbox

Removing Toolbox involves removing all the Docker components it includes. In
some cases, you might want to keep the machines you created with Docker Machine, so that step is described here as optional.
Removing Toolbox involves removing all the Docker components it includes.

A full uninstall also includes removing the local and remote machines you created with Docker Machine. In some cases, you might want to keep machines created with Docker Machine.

For example, if you plan to re-install Docker Machine as a part of Docker for Windows you can continue to manage those machines through Docker. Or, if you have remote machines on a cloud provider and you plan to manage them using the provider, you wouldn't want to remove them. So the step to remove machines is described here as optional.

To uninstall Toolbox on Windows, do the following:

Expand Down