mirror of https://github.com/docker/docs.git
Merge pull request #8969 from ollypom/toolboxlink
Added a link to the Toolbox Releases page
This commit is contained in:
commit
fa9509a27c
|
|
@ -30,30 +30,11 @@ You can find various versions of the tools on [Toolbox Releases](https://github.
|
|||
|
||||
## Ready to get started?
|
||||
|
||||
1. Get the latest Toolbox installer for your platform:
|
||||
Choose the install instructions for your platform, and follow the steps:
|
||||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<th style="font-size: medium; font-family: arial; text-align: center">
|
||||
Toolbox for Mac</th>
|
||||
<th style="font-size: medium; font-family: arial; text-align: center">
|
||||
Toolbox for Windows</th>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" style="font-size: medium; font-family: arial; text-align: center">
|
||||
<a class="button outline-btn" href="https://download.docker.com/mac/stable/DockerToolbox.pkg">Get Docker Toolbox for Mac</a>
|
||||
</td>
|
||||
<td width="50%" style="font-size: medium; font-family: arial; text-align: center">
|
||||
<a class="button outline-btn" href="https://download.docker.com/win/stable/DockerToolbox.exe">Get Docker Toolbox for Windows</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
- [Install Docker Toolbox for macOS](toolbox_install_mac.md)
|
||||
|
||||
2. Choose the install instructions for your platform, and follow the steps:
|
||||
|
||||
* [Install Docker Toolbox on macOS](toolbox_install_mac.md)
|
||||
|
||||
* [Install Docker Toolbox for Windows](toolbox_install_windows.md)
|
||||
- [Install Docker Toolbox for Windows](toolbox_install_windows.md)
|
||||
|
||||
## Next steps
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,6 @@ Docker Toolbox provides a way to use Docker on older Macs
|
|||
that do not meet
|
||||
minimal system requirements for [Docker Desktop for Mac](/docker-for-mac/index.md).
|
||||
|
||||
If you have not done so already, download the installer here:
|
||||
|
||||
[Get Docker Toolbox for Mac](https://download.docker.com/mac/stable/DockerToolbox.pkg){: class="button outline-btn" }
|
||||
|
||||
## What you get and how it works
|
||||
|
||||
Docker Toolbox includes the following Docker tools:
|
||||
|
|
@ -60,14 +56,22 @@ software. To find out what version of the OS you have:
|
|||
|
||||
## Step 2: Install Docker Toolbox
|
||||
|
||||
1. Install Docker Toolbox by double-clicking the package or by right-clicking
|
||||
> **Note**: Docker are no longer maintaining the download.docker.com url for
|
||||
> Docker Toolbox, therefore an unsigned warning (verified publisher dialog) is
|
||||
> displayed during the installation process.
|
||||
|
||||
1. To download the latest version of Docker Toolbox, go to [Toolbox
|
||||
Releases](https://github.com/docker/toolbox/releases) and download the
|
||||
latest `.pkg` file.
|
||||
|
||||
2. Install Docker Toolbox by double-clicking the package or by right-clicking
|
||||
and choosing "Open" from the pop-up menu.
|
||||
|
||||
The installer launches an introductory dialog, followed by an overview of what's installed.
|
||||
|
||||

|
||||
|
||||
2. Press **Continue** to install the toolbox.
|
||||
3. Press **Continue** to install the toolbox.
|
||||
|
||||
The installer presents you with options to customize the standard
|
||||
installation.
|
||||
|
|
@ -82,13 +86,13 @@ and choosing "Open" from the pop-up menu.
|
|||
|
||||
For now, don't change any of the defaults.
|
||||
|
||||
3. Press **Install** to perform the standard installation.
|
||||
4. Press **Install** to perform the standard installation.
|
||||
|
||||
The system prompts you for your password.
|
||||
|
||||

|
||||
|
||||
4. Provide your password to continue with the installation.
|
||||
5. Provide your password to continue with the installation.
|
||||
|
||||
When it completes, the installer provides you with some
|
||||
shortcuts. You can ignore this for now and click **Continue**.
|
||||
|
|
|
|||
|
|
@ -97,13 +97,15 @@ If you have a previous version of VirtualBox installed, do not reinstall it with
|
|||
If you have Virtual Box running, you must shut it down before running the
|
||||
installer.
|
||||
|
||||
1. Go to the [Docker Toolbox](https://www.docker.com/toolbox){: target="_blank" class="_" } page.
|
||||
> **Note**: Docker no longer maintains the download.docker.com url for
|
||||
> Docker Toolbox, therefore an unsigned warning (verified publisher dialog) is
|
||||
> displayed during the installation process.
|
||||
|
||||
> **Note**: To continue with the latest version of Docker Toolbox, see https://github.com/docker/toolbox/releases for information about downloading the latest version and related components. If you choose to download from this location, an unsigned warning (verified publisher dialog) is displayed.
|
||||
1. To download the latest version of Docker Toolbox, go to [Toolbox
|
||||
Releases](https://github.com/docker/toolbox/releases) and download the
|
||||
latest `.exe` file.
|
||||
|
||||
2. Click the installer link to download.
|
||||
|
||||
3. Install Docker Toolbox by double-clicking the installer.
|
||||
2. Install Docker Toolbox by double-clicking the installer.
|
||||
|
||||
The installer launches the "Setup - Docker Toolbox" dialog.
|
||||
|
||||
|
|
@ -113,17 +115,17 @@ installer.
|
|||
|
||||

|
||||
|
||||
4. Press **Next** to accept all the defaults and then **Install**.
|
||||
3. Press **Next** to accept all the defaults and then **Install**.
|
||||
|
||||
Accept all the installer defaults. The installer takes a few minutes to install all the components:
|
||||
|
||||
5. When notified by Windows Security the installer will make changes, make sure you allow the installer to make the necessary changes.
|
||||
4. When notified by Windows Security the installer will make changes, make sure you allow the installer to make the necessary changes.
|
||||
|
||||
When it completes, the installer reports it was successful:
|
||||
|
||||

|
||||
|
||||
6. Uncheck "View Shortcuts in File Explorer" and press **Finish**.
|
||||
5. Uncheck "View Shortcuts in File Explorer" and press **Finish**.
|
||||
|
||||
|
||||
## Step 3: Verify your installation
|
||||
|
|
|
|||
Loading…
Reference in New Issue