This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:docker/kitematic
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |