devilbox/docs/getting-started/docker-toolbox.rst
2018-04-14 10:17:03 +02:00

3.2 KiB

Docker Toolbox

Before going to proceed with the devilbox installation and setup, make sure you meet the requirements.

Requirements

Both Docker and Docker Compose is required for the devilbox to work. Whether you go with the recommended or not recommended Docker version is up to you. Most important part is to pay attention to the version number.

You must have at least the following versions or above:

  • Docker: 1.12.0
  • Docker Compose: 1.9.0

Additionally you require git in order to clone the devilbox project later on.

Do use native Docker and do not rely on Docker Toolbox whenever possible.

logo_lin logo_win logo_osx
Docker Docker 1.12.0+ Docker for Windows 1.12.0+ Docker for Mac 1.12.0+
Docker Compose Docker Compose 1.9.0+ Docker Compose 1.9.0+ Docker Compose 1.9.0+

In case you are not able to use a native Docker versions (such as on Windows 7), your only chance is to install the Docker Toolbox.

Validate installed versions

If you are going with the supported or unsupported Docker versions is up to you

Once you have installed Docker and Docker Compose, ensure you have the required minimum version.

$ docker version


Client:
 Version:       18.02.0-ce
 API version:   1.36
 Go version:    go1.9.3
 Git commit:    fc4de44
 Built: Wed Feb  7 21:16:24 2018
 OS/Arch:       linux/amd64
 Experimental:  false
 Orchestrator:  swarm

Server:
 Engine:
  Version:      18.02.0-ce
  API version:  1.36 (minimum version 1.12)
  Go version:   go1.9.3
  Git commit:   fc4de44
  Built:        Wed Feb  7 21:14:54 2018
  OS/Arch:      linux/amd64
  Experimental: false

Supported versions