From 6dfd8e9d2e8ec951839f385c84d6b9116f2468c9 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 11 Jan 2017 18:17:13 -0800 Subject: [PATCH] added links to Toolbox installer downloads via Releases page Signed-off-by: Victoria Bialas --- toolbox/overview.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/toolbox/overview.md b/toolbox/overview.md index 004a69c0c5..f40d8166ba 100644 --- a/toolbox/overview.md +++ b/toolbox/overview.md @@ -25,16 +25,20 @@ Toolbox includes these Docker tools: * Oracle VirtualBox -## Ready to get started? +## Get Docker Toolbox -Go to the Docker Toolbox product page and download Toolbox for Mac or Windows. +1. Get the latest installers from the [Toolbox releases +page](https://github.com/docker/toolbox/releases/): -Choose the install instructions for your platform, and follow the steps: + * For Mac, download and run the "Latest release" `.pkg` installer (`DockerToolbox-.pkg`) -* [Install Docker Toolbox on macOS](toolbox_install_mac.md) + * For Windows, download and run the "Latest release" `.exe` installer (`DockerToolbox-.exe`) -* [Install Docker Toolbox for Windows](toolbox_install_windows.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) ## Next Steps