Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit c592027

Browse files
committed
restore headers for GitHub, and add deprecation notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 1d8ed7c commit c592027

File tree

6 files changed

+54
-56
lines changed

6 files changed

+54
-56
lines changed

docs/faqs/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
---
2-
advisory: toolbox
32
description: FAQs, troubleshooting, and tips index for Toolbox installs
43
identifier: toolbox_overview_faqs
54
keywords: docker, documentation, about, technology, kitematic, gui, toolbox
6-
title: FAQs and troubleshooting
75
---
86

7+
> ## Deprecation Notice :warning:
8+
>
9+
> 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+
915
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).
1016

1117
By following the getting started, you'll learn fundamental Docker features by performing some simple tasks.

docs/faqs/troubleshoot.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
---
2-
advisory: toolbox
32
description: Troubleshooting connectivity and certificate issues
43
keywords: beginner, getting started, FAQs, troubleshooting, Docker
5-
title: Troubleshooting
64
---
75

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+
# title: Troubleshooting
13+
814
Typically, the QuickStart works out-of-the-box, but some scenarios can cause problems.
915

1016
## Example errors

docs/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
2-
advisory: toolbox
32
description: Documentation that provides an overview of Docker Toolbox and installation instructions
43
keywords: docker, documentation, about, technology, docker toolbox, gui
5-
title: Docker Toolbox
64
---
75

8-
**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
913

1014
Available for both Windows and Mac, Docker Toolbox installs the Docker Client, Machine, Compose, and Kitematic.
1115

docs/overview.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
---
2-
advisory: toolbox
32
description: Documentation that provides an overview of Toolbox
43
keywords: docker, documentation, about, technology, kitematic, gui, toolbox
5-
title: Docker Toolbox overview
64
---
75

8-
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.
915

1016
![Toolbox installer](images/toolbox-installer.png)
1117

@@ -36,14 +42,3 @@ Choose the install instructions for your platform, and follow the steps:
3642

3743
- [Install Docker Toolbox for Windows](toolbox_install_windows.md)
3844

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)

docs/toolbox_install_mac.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
---
2-
advisory: toolbox
32
description: How to install Toolbox on Mac
43
keywords: docker, documentation, install, toolbox, mac
5-
title: Install Docker Toolbox on macOS
64
---
75

6+
# Install Docker Toolbox on macOS
7+
8+
> ### Deprecation Notice: Docker Toolbox is deprecated
9+
>
10+
> and is no longer in active development. Please use Docker Desktop instead where
11+
> possible. [Docker Desktop](https://www.docker.com/products/docker-desktop)
12+
813
Docker Toolbox provides a way to use Docker on older Macs
914
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/).
1116

1217
## What you get and how it works
1318

@@ -28,7 +33,7 @@ attach to a small Linux VM on your machine. This VM hosts
2833
Docker Engine for you on your Mac.
2934

3035
>**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
3237
it uses native virtualization and does not require
3338
VirtualBox to run Docker.
3439

@@ -275,7 +280,7 @@ To uninstall Toolbox on a Mac, do the following:
275280
276281
This step is optional because if you plan
277282
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
279284
continue to manage those machines through Docker.
280285
281286
3. In your "Applications" folder, remove the "Docker" directory,
@@ -305,15 +310,3 @@ To uninstall Toolbox on a Mac, do the following:
305310
306311
7. Uninstall Oracle VirtualBox, which is installed as a part of the
307312
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)

docs/toolbox_install_windows.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
2-
advisory: toolbox
32
description: How to install Toolbox on Mac
43
keywords: docker, documentation, install, toolbox, win
5-
title: Install Docker Toolbox on Windows
64
---
75

6+
# Install Docker Toolbox on Windows
7+
8+
> ### Deprecation Notice: Docker Toolbox is deprecated
9+
>
10+
> and is no longer in active development. Please use Docker Desktop instead where
11+
> possible. [Docker Desktop](https://www.docker.com/products/docker-desktop)
12+
813
Docker Toolbox provides a way to use Docker on Windows systems that do not meet
9-
minimal system requirements for the [Docker Desktop for Windows](../docker-for-windows/index.md)
14+
minimal system requirements for the [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/)
1015
app.
1116

1217
## What you get and how it works
@@ -28,7 +33,7 @@ small Linux VM on your machine. This VM hosts Docker Engine
2833
for you on your Windows system.
2934

3035
>**Tip**: One of the advantages of the newer
31-
[Docker Desktop for Windows](../docker-for-windows/index.md) solution is that
36+
[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/) solution is that
3237
it uses native virtualization and does not require
3338
VirtualBox to run Docker.
3439

@@ -43,13 +48,13 @@ To verify your machine meets these requirements, do the following:
4348
operating system.
4449

4550
If you have a recent version of Windows,
46-
consider using [Docker Desktop for Windows](/docker-for-windows) instead. It runs
51+
consider using [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/) instead. It runs
4752
natively on the Windows, so there is no need for a pre-configured Docker
4853
QuickStart shell. It also uses Hyper-V for virtualization, so the
4954
instructions below for checking virtualization will be out of date for newer
5055
Windows systems. Full install prerequisites are provided in the Docker Desktop for
5156
Windows topic in [What to know before you
52-
install](/docker-for-windows/#what-to-know-before-you-install).
57+
install](https://docs.docker.com/docker-for-windows/#what-to-know-before-you-install).
5358

5459
2. Make sure your Windows system supports Hardware Virtualization Technology and that virtualization is enabled.
5560

@@ -249,7 +254,7 @@ To uninstall Toolbox on Windows, do the following:
249254
```
250255
251256
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
253258
import and continue to manage those machines through Docker.
254259
255260
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:
271276
6. Uninstall Oracle VirtualBox, which is
272277
installed as a part of the Toolbox install.
273278
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

Comments
 (0)