Skip to content

6uliver/toolbox

This branch is 219 commits behind docker-archive/toolbox:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 4, 2015
Feb 26, 2016
Feb 26, 2016
Jan 22, 2016
Mar 18, 2016
Aug 28, 2015
Aug 28, 2015
Sep 9, 2015
Feb 24, 2016
Feb 24, 2016
Dec 4, 2015
Feb 2, 2016
Nov 13, 2015
Sep 11, 2015
Jan 19, 2016

Repository files navigation

Docker Toolbox

docker toolbox logo

The Docker Toolbox installs everything you need to get started with Docker on Mac OS X and Windows. It includes the Docker client, Compose, Machine, Kitematic, and VirtualBox.

Installation and documentation

Documentation for Mac is available here.

Documentation for Windows is available here. Note: Some Windows computers may not have VT-X enabled by default. It is required for VirtualBox. To enable VT-X, please see the guide here..

Toolbox is currently unavailable for Linux; To get started with Docker on Linux, please follow the Linux Getting Started Guide.

Building the Docker Toolbox

Toolbox installers are built using Docker, so you'll need a Docker host set up. For example, using Docker Machine:

$ docker-machine create -d virtualbox toolbox
$ eval "$(docker-machine env toolbox)"

Then, to build the Toolbox for both platforms:

make

Build for a specific platform:

make osx

or

make windows

The resulting installers will be in the dist directory.

Frequently Asked Questions

Do I have to install VirtualBox?

No, you can deselect VirtualBox during installation. It is bundled in case you want to have a working environment for free.

About

The Docker Toolbox

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Inno Setup 56.5%
  • Objective-C 23.3%
  • Shell 15.2%
  • HTML 4.2%
  • Makefile 0.8%