How to completely uninstall Docker Toolbox

How to completely uninstall Docker Toolbox

Docker Toolbox is a solution for installing Docker on versions below Windows 10 Professional. If you have used it for a while and think it is better to install a virtual machine to install Docker, how do you completely uninstall the previously installed Docker Toolbox?

Uninstallation steps

Uninstall Toolbox

1. Open Docker Quickstart Terminal and use the command docker-machine ls to display all virtual machines.

2. Use the command docker-machine rm to delete each virtual machine

3. Uninstall Docker Toolbox using Window's standard procedure, uninstall the program through Control Panel (Programs and Features).

4. Ask you whether to delete all components, select yes here

5. Delete the C:\Users\<your-user>\.docker directory. This directory stores some Docker program configuration and state, such as information about created machines and certificates.

Uninstall Virtual Box (optional)

When you install Docker Toolbox, you also install Virtual Box. Virtual Box is an open source virtual machine software. You can keep it if you need it, and uninstall it if you don't need it. The uninstall method is as follows:

1. Uninstall Virtual Box using Window's standard procedure, uninstall the program through Control Panel (Programs and Features).

2. Delete the C:\Users\<your-user>\.VirtualBox directory.

Uninstall Git (optional)

When you install Docker Toolbox, Git is also installed. Git is a code management tool. You can keep it and continue using it if you need it, and you can uninstall it if you don't need it. The uninstall method is as follows:

1. Uninstall Git using Window's standard procedure, uninstall the program through the Control Panel (Programs and Features).

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to install and uninstall docker application container engine under Centos7

<<:  How to calculate the value of ken_len in MySQL query plan

>>:  MySQL 5.7.16 free installation version graphic tutorial under Linux

Recommend

vue.config.js packaging optimization configuration

The information on Baidu is so diverse that it...

How to encapsulate axios in Vue project (unified management of http requests)

1. Requirements When using the Vue.js framework t...

MySQL encryption and decryption examples

MySQL encryption and decryption examples Data enc...

A brief introduction to the command line tool mycli for operating MySQL database

GitHub has all kinds of magic tools. Today I foun...

Explanation of MySQL performance inspection through show processlist command

The show processlist command is very useful. Some...

How to use macros in JavaScript

In languages, macros are often used to implement ...

FlashFXP ftp client software registration cracking method

The download address of FlashFXP is: https://www....

Why the CSS attribute value clear:right does not work in detail

Using the clear property to clear floats is a comm...

How to deploy MySQL and Redis services using Docker

Table of contents How to deploy MySQL service usi...

Methods and steps for deploying GitLab environment based on Docker

Note: It is recommended that the virtual machine ...

Do you know the weird things in Javascript?

Our veteran predecessors have written countless c...

How to quickly modify the host attribute of a MySQL user

When you log in to MySQL remotely, the account yo...

Detailed explanation of Java calling ffmpeg to convert video format to flv

Detailed explanation of Java calling ffmpeg to co...