You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
> Docker Toolbox is deprecated and is no longer in active development. Please use
10
+
> [Docker Desktop](https://www.docker.com/products/docker-desktop) instead where
11
+
> possible.
12
+
13
+
# FAQs and Troubleshooting
14
+
9
15
This is a frequently asked questions (FAQs) and troubleshooting guide for non-technical users who are learning about Docker, starting with [Docker Toolbox](https://www.docker.com/products/docker-toolbox).
10
16
11
17
By following the getting started, you'll learn fundamental Docker features by performing some simple tasks.
**Note** while Docker Toolbox is now considered Legacy, Kitematic is still supported and available as a separate download from [https://github.com/docker/kitematic](https://github.com/docker/kitematic)
6
+
> ## Deprecation Notice :warning:
7
+
>
8
+
> Docker Toolbox is deprecated and is no longer in active development. Please use
9
+
> [Docker Desktop](https://www.docker.com/products/docker-desktop) instead where
10
+
> possible.
11
+
12
+
# Docker Toolbox
9
13
10
14
Available for both Windows and Mac, Docker Toolbox installs the Docker Client, Machine, Compose, and Kitematic.
Docker Toolbox is an installer for quick setup and launch of a Docker environment on older Mac and Windows systems that do not meet the requirements of the new [Docker Desktop for Mac](../docker-for-mac/index.md) and [Docker Desktop for Windows](../docker-for-windows/index.md) apps.
6
+
> ## Deprecation Notice :warning:
7
+
>
8
+
> Docker Toolbox is deprecated and is no longer in active development. Please use
9
+
> [Docker Desktop](https://www.docker.com/products/docker-desktop) instead where
10
+
> possible.
11
+
12
+
# Docker Toolbox overview
13
+
14
+
Docker Toolbox is an installer for quick setup and launch of a Docker environment on older Mac and Windows systems that do not meet the requirements of the new [Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/) and [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/) apps.
@@ -36,14 +42,3 @@ Choose the install instructions for your platform, and follow the steps:
36
42
37
43
-[Install Docker Toolbox for Windows](toolbox_install_windows.md)
38
44
39
-
## Next steps
40
-
41
-
* Try the [Get started](../get-started/index.md) tutorial.
42
-
43
-
* Dig in deeper with [more tutorials and examples](../engine/tutorials/index.md) on building images, running containers, networking, managing data, and storing images on Docker Hub.
44
-
45
-
*[Learn about Kitematic](../kitematic/userguide.md)
46
-
47
-
*[Learn about Docker Machine](../machine/overview.md)
48
-
49
-
*[Learn about Docker Compose](../compose/index.md)
Docker Toolbox provides a way to use Docker on older Macs
9
14
that do not meet
10
-
minimal system requirements for [Docker Desktop for Mac](../docker-for-mac/index.md).
15
+
minimal system requirements for [Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/).
11
16
12
17
## What you get and how it works
13
18
@@ -28,7 +33,7 @@ attach to a small Linux VM on your machine. This VM hosts
28
33
Docker Engine for you on your Mac.
29
34
30
35
>**Tip**: One of the advantages of the newer
31
-
[Docker Desktop for Mac](../docker-for-mac/index.md) solution is that
36
+
[Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/) solution is that
32
37
it uses native virtualization and does not require
33
38
VirtualBox to run Docker.
34
39
@@ -275,7 +280,7 @@ To uninstall Toolbox on a Mac, do the following:
275
280
276
281
This step is optional because if you plan
277
282
to re-install Docker Machine as a part
278
-
of [Docker Desktop for Mac](../docker-for-mac/index.md), you can import and
283
+
of [Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/), you can import and
279
284
continue to manage those machines through Docker.
280
285
281
286
3. In your "Applications" folder, remove the "Docker" directory,
@@ -305,15 +310,3 @@ To uninstall Toolbox on a Mac, do the following:
305
310
306
311
7. Uninstall Oracle VirtualBox, which is installed as a part of the
307
312
Toolbox install.
308
-
309
-
## Next steps
310
-
311
-
* Try the [Get started](../get-started/index.md) tutorial.
312
-
313
-
* Dig in deeper with [more tutorials and examples](../engine/tutorials/index.md) on building images, running containers, networking, managing data, and storing images on Docker Hub.
314
-
315
-
* [Learn about Kitematic](../kitematic/userguide.md)
316
-
317
-
* [Learn about Docker Machine](../machine/overview.md)
318
-
319
-
* [Learn about Docker Compose](../compose/index.md)
2. Make sure your Windows system supports Hardware Virtualization Technology and that virtualization is enabled.
55
60
@@ -249,7 +254,7 @@ To uninstall Toolbox on Windows, do the following:
249
254
```
250
255
251
256
This step is optional because if you plan to re-install Docker Machine as a
252
-
part of [Docker Desktop for Windows](../docker-for-windows/index.md), you can
257
+
part of [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/), you can
253
258
import and continue to manage those machines through Docker.
254
259
255
260
3. Uninstall Docker Toolbox using Window's standard process for uninstalling programs through the control panel (programs and features).
@@ -271,14 +276,3 @@ To uninstall Toolbox on Windows, do the following:
271
276
6. Uninstall Oracle VirtualBox, which is
272
277
installed as a part of the Toolbox install.
273
278
274
-
## Next steps
275
-
276
-
* Try out the [Get started](../get-started/index.md) tutorial.
277
-
278
-
* Dig in deeper with [more tutorials and examples](../engine/tutorials/index.md) on building images, running containers, networking, managing data, and storing images on Docker Hub.
279
-
280
-
* [Learn about Kitematic](../kitematic/userguide.md)
281
-
282
-
* [Learn about Docker Machine](../machine/overview.md)
283
-
284
-
* [Learn about Docker Compose](../compose/index.md)
0 commit comments