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

Commit 43a0f6e

Browse files
author
Victoria Bialas
committed
toolbox overview added, along with new content for the index.md file
renamed toolbox.md to overview.md, removed targets from all external links Signed-off-by: Victoria Bialas <[email protected]>
1 parent f9bebbc commit 43a0f6e

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

docs/images/toolbox-installer.png

135 KB
Loading

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ weight=2
1010
<![end-metadata]-->
1111

1212
# Toolbox
13+
Available for both Windows and Mac, Docker Toolbox installs the Docker Client, Machine, Compose, and Kitematic.
1314

15+
**Learn about Docker Toolbox**. See [Docker Toolbox Overview](toolbox.md) for a quick tour of how to install Toolbox, and get started with Docker Machine, Kitematic, and Docker Compose.
16+
17+
**Ready to download Toolbox?** <a href="https://www.docker.com/products/docker-toolbox">Download Docker Toolbox</a> from products.

docs/overview.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!--[metadata]>
2+
+++
3+
title = "Toolbox Overview"
4+
description = "Documentation that provides an overview of Toolbox"
5+
keywords = ["docker, documentation, about, technology, kitematic, gui, toolbox"]
6+
[menu.main]
7+
parent="workw_toolbox"
8+
weight=1
9+
+++
10+
<![end-metadata]-->
11+
12+
# Docker Toolbox Overview
13+
14+
Docker Toolbox is an installer for quick setup and launch of a Docker environment on Mac and Windows systems.
15+
16+
![Toolbox installer](images/toolbox-installer.png)
17+
18+
## What's in the box
19+
20+
Toolbox includes these Docker tools:
21+
22+
* Docker Machine for running `docker-machine` commands
23+
24+
* Docker Engine for running the `docker` commands
25+
26+
* Docker Compose for running the `docker-compose` commands
27+
28+
* Kitematic, the Docker GUI
29+
30+
* a shell preconfigured for a Docker command-line environment
31+
32+
* Oracle VirtualBox
33+
34+
## Ready to get started?
35+
36+
<a href="https://www.docker.com/products/docker-toolbox" target="_blank">Download Docker Toolbox</a> from the product page.
37+
38+
## Next Steps
39+
40+
* <a href="https://docs.docker.com/mac/">Get Started with Docker for Mac OS X</a>
41+
42+
* <a href="https://docs.docker.com/windows/">Get Started with Docker for Windows</a>
43+
44+
* <a href="https://docs.docker.com/kitematic/userguide/">Learn about Kitematic</a>
45+
46+
* <a href="https://docs.docker.com/machine/">Learn about Docker Machine </a>
47+
48+
* <a href="https://docs.docker.com/compose/">Learn about Docker Compose</a>

0 commit comments

Comments
 (0)