What you get and how it works Docker Toolbox includes the following Docker tools: Docker CLI client for running Docker Engine to create images and containers Docker Machine so you can run Docker Engine commands from Windows terminals Docker Compose for running the docker-compos command Kitematic, the Docker GUI the Docker QuickStart shell preconfigured for a Docker command-line environment Oracle VM VirtualBox Because the Docker Engine daemon uses Linux-specific kernel features, you can’t run Docker Engine natively on Windows. Instead, you must use the Docker Machine command, docker-machine , to create and attach to a small Linux VM on your machine. This VM hosts Docker Engine for you on your Windows system. Install Docker Toolbox In this section, you install the Docker Toolbox software and several “helper” applications. The installation adds the following software to your machine: Docker Client for Windows Docker Toolbox management tool and ISO...