mirror of https://github.com/docker/docs.git
Merge pull request #1441 from londoncalling/revert-1437-add-toolbox-overview
Revert "added toolbox overview"
This commit is contained in:
commit
d45a012cbe
Binary file not shown.
|
Before Width: | Height: | Size: 135 KiB |
|
|
@ -1,44 +0,0 @@
|
|||
<!--[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