mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:docker/kitematic
This commit is contained in:
commit
be1cea9eef
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
|
|
@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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/)
|
||||||
Loading…
Reference in New Issue