Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:docker/kitematic
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Feb 4, 2016
2 parents 33a3f49 + 26b8b63 commit be1cea9
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Binary file added docs/images/toolbox-installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions docs/toolbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!--[metadata]>
+++
title = "Toolbox Overview"
description = "Documentation that provides an overview of Toolbox"
keywords = ["docker, documentation, about, technology, kitematic, gui, toolbox"]
[menu.main]
parent="workw_toolbox"
weight=1
+++
<![end-metadata]-->

# Toolbox Overview

Docker Toolbox is an installer for quick setup and launch of a Docker environment on Mac and Windows systems.

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

## What's in the box

Toolbox includes these Docker tools:

* Docker Machine for running `docker-machine` commands

* Docker Engine for running the `docker` commands

* Docker Compose for running the `docker-compose` commands

* Kitematic, the Docker GUI

* a shell preconfigured for a Docker command-line environment

* Oracle VirtualBox

## Ready to get started?

<a href="https://www.docker.com/products/docker-toolbox" target="_blank">Download Docker Toolbox</a> from the product page. Explore videos, tutorials, and other resources there to help you get started with Docker.

## Next Steps

* <a href="https://docs.docker.com/mac/" target="_blank">Get Started with Docker for Mac OS X</a>

* <a href="https://docs.docker.com/windows/" target="_blank">Get Started with Docker for Windows</a>

* [Learn about Kitematic](userguide/)

0 comments on commit be1cea9

Please sign in to comment.