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

Installation and deployment of MySQL Router

Table of contents 01 Introduction to MySQL Router...

The DOCTYPE mode selection mechanism of well-known browsers

Document Scope This article covers mode switching...

What should I do if I want to cancel an incorrect MySQL command?

I typed a wrong mysql command and want to cancel ...

Detailed explanation of Vuex overall case

Table of contents 1. Introduction 2. Advantages 3...

How to build Apr module for tomcat performance optimization

Preface Tomcat is a widely used Java web containe...

Docker deploys Mysql, .Net6, Sqlserver and other containers

Table of contents Install Docker on CentOS 8 1. U...

Solutions to problems using addRoutes in Vue projects

Table of contents Preface 1. 404 Page 1. Causes 2...

Implementation of static website layout in docker container

Server placement It is recommended to use cloud s...

Implementation of docker redis5.0 cluster cluster construction

System environment: Ubuntu 16.04LTS This article ...

Common rule priority issues of Nginx location

Table of contents 1. Location / Matching 2. Locat...

Hide div in HTML Hide table TABLE or DIV content css style

I solved a problem tonight that has been botherin...