Installing Kitematic


Download Kitematic

Download Kitematic, unzip it and double-click the application to run it.

Initial Setup

Opening Kitematic for the first time sets up everything you need to run Docker containers. If you don’t already have VirtualBox installed, Kitematic will download and install the latest version.

screen shot 2015-02-28 at 3 06 32 pm

All Done! Within a minute you should be ready to start running your first container!

screen shot 2015-02-28 at 3 09 40 pm

Technical Details

Kitematic is a self-contained .app, with a two exceptions:

  • It will install VirtualBox if it’s not already installed.
  • It copies the docker and docker-machine binaries to /usr/local/bin for convenience.

Why does Kitematic need my root password?

Kitematic needs your root password for two reasons:

  • Installing VirtualBox requires root as it includes Mac OS X kernel extensions.
  • Copying docker and docker-machine to /usr/local/bin may require root permission if the default permissions for this directory have been changed prior to installing Kitematic.