Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9d150f

Browse files
Merge pull request docker#1115 from londoncalling/toolbox-install-direct-links
added direct installer links, re-worked Toolbox intro pages
2 parents 1b213f5 + 69a9da9 commit d9d150f

File tree

3 files changed

+67
-17
lines changed

3 files changed

+67
-17
lines changed

toolbox/overview.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,27 @@ Toolbox includes these Docker tools:
2525

2626
* Oracle VirtualBox
2727

28-
## Get Docker Toolbox
2928

30-
1. Get the latest installers from the [Toolbox releases
31-
page](https://github.com/docker/toolbox/releases/):
32-
33-
* For Mac, download and run the "Latest release" `.pkg` installer (`DockerToolbox-<version>.pkg`)
34-
35-
* For Windows, download and run the "Latest release" `.exe` installer (`DockerToolbox-<version>.exe`)
29+
## Ready to get started?
30+
31+
1. Get the latest Toolbox installer for your platform:
32+
33+
<table style="width:100%">
34+
<tr>
35+
<th style="font-size: medium; font-family: arial; text-align: center">
36+
Toolbox for Mac</th>
37+
<th style="font-size: medium; font-family: arial; text-align: center">
38+
Toolbox for Windows</th>
39+
</tr>
40+
<tr valign="top">
41+
<td width="50%">
42+
<a class="button darkblue-btn" href="https://download.docker.com/mac/stable/DockerToolbox.pkg">Get Docker Toolbox for Mac</a>
43+
</td>
44+
<td width="50%">
45+
<a class="button darkblue-btn" href="https://download.docker.com/win/stable/DockerToolbox.exe">Get Docker Toolbox for Windows</a>
46+
</td>
47+
</tr>
48+
</table>
3649

3750
2. Choose the install instructions for your platform, and follow the steps:
3851

toolbox/toolbox_install_mac.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ keywords: docker, documentation, install, toolbox, mac
55
title: Install Docker Toolbox on macOS
66
---
77

8-
macOS users use Docker Toolbox to install Docker software. Docker Toolbox includes the following Docker tools:
8+
Docker Toolbox provides a way to use Docker on older Macs
9+
that do not meet
10+
minimal system requirements for [Docker for Mac](/docker-for-mac/index.md).
11+
12+
If you have not done so already, download the installer here:
13+
14+
<a class="button darkblue-btn" href="https://download.docker.com/mac/stable/DockerToolbox.pkg">Get Docker Toolbox for Mac</a>
15+
16+
## What you get and how it works
17+
18+
Docker Toolbox includes the following Docker tools:
919

1020
* Docker CLI client for running Docker Engine to create images and containers
1121
* Docker Machine so you can run Docker Engine commands from macOS terminals
@@ -14,10 +24,18 @@ macOS users use Docker Toolbox to install Docker software. Docker Toolbox includ
1424
* the Docker QuickStart shell preconfigured for a Docker command-line environment
1525
* Oracle VM VirtualBox
1626

17-
Because the Docker Engine daemon uses Linux-specific kernel features, you can't
18-
run Docker Engine natively in macOS. Instead, you must use the Docker Machine
19-
command, `docker-machine`, to create and attach to a small Linux VM on your
20-
machine. This VM hosts Docker Engine for you on your Mac.
27+
Because the Docker Engine daemon uses Linux-specific
28+
kernel features, you can't run Docker Engine natively on
29+
macOS with Docker Toolbox. Instead, you must use the
30+
Docker Machine command, `docker-machine`, to create and
31+
attach to a small Linux VM on your machine. This VM hosts
32+
Docker Engine for you on your Mac.
33+
34+
>**Tip:** One of the advantages of the newer
35+
[Docker for Mac](/docker-for-mac/index.md) solution is that
36+
it uses native virtualization and does not require
37+
VirtualBox to run Docker.
38+
2139

2240
## Step 1: Check your version
2341

toolbox/toolbox_install_windows.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ keywords: docker, documentation, install, toolbox, win
55
title: Install Docker Toolbox on Windows
66
---
77

8-
Windows users use Docker Toolbox to install Docker software. Docker Toolbox includes the following Docker tools:
8+
Docker Toolbox provides a way to use Docker on older
9+
Windows systems that do not
10+
meet minimal system requirements for the [Docker for
11+
Windows](/docker-for-windows/index.md) app.
12+
13+
If you have not done so already, download the installer here:
14+
15+
<a class="button darkblue-btn" href="https://download.docker.com/win/stable/DockerToolbox.exe">Get Docker Toolbox for Windows</a>
16+
17+
## What you get and how it works
18+
19+
Docker Toolbox includes the following Docker tools:
920

1021
* Docker CLI client for running Docker Engine to create images and containers
1122
* Docker Machine so you can run Docker Engine commands from Windows terminals
@@ -14,10 +25,18 @@ Windows users use Docker Toolbox to install Docker software. Docker Toolbox incl
1425
* the Docker QuickStart shell preconfigured for a Docker command-line environment
1526
* Oracle VM VirtualBox
1627

17-
Because the Docker Engine daemon uses Linux-specific kernel features, you can't
18-
run Docker Engine natively in Windows. Instead, you must use the Docker Machine
19-
command, `docker-machine`, to create and attach to a small Linux VM on your
20-
machine. This VM hosts Docker Engine for you on your Windows system.
28+
Because the Docker Engine daemon uses Linux-specific
29+
kernel features, you can't run Docker Engine natively
30+
on Windows. Instead, you must use the Docker Machine
31+
command, `docker-machine`, to create and attach to a
32+
small Linux VM on your machine. This VM hosts Docker Engine
33+
for you on your Windows system.
34+
35+
>**Tip:** One of the advantages of the newer
36+
[Docker for
37+
Windows](/docker-for-windows/index.md) solution is that
38+
it uses native virtualization and does not require
39+
VirtualBox to run Docker.
2140

2241
## Step 1: Check your version
2342

0 commit comments

Comments
 (0)