
When it’s finished, you will see an ASCII-art whale and a command prompt. It will create and start a VirtualBox VM running Docker Engine, then configure the command-line environment so that you can talk to it. It will place two shortcuts on your desktop: Kitematic and Docker Quickstart Terminal. The Toolbox installer will install VirtualBox, Docker Engine, Docker Machine, Docker Compose and Kitematic. To get started, first download and install Docker Toolbox. Here are the steps to reproduce the demo: I then used Kitematic to examine the running app, and showed how I can quickly make changes to it. In the demo I created and ran the containers using Docker Compose, which installs as part of Docker Toolbox, and is now available for the first time on Windows.

…A Postgres database backed by a Docker volume.A Java worker which consumes votes and stores them in….

A Python webapp which lets you vote between two options.This was to show how easy it is for new developers to get started when you run your development environments with Docker. Today at DockerCon EU 2015, I ran through a demo of running and developing an app from a fresh computer using Docker Toolbox and Compose.
