Follow these steps for installation:
- Open a new Terminal window and use Homebrew to install the toolbox:
$ brew cask install docker-toolbox
You should see something like this:
- To verify that Docker Toolbox has been installed successfully, try to access docker-machine and docker-compose, two tools that are part of the installation:
$ docker-machine --versiondocker-machine version 0.15.0, build b48dc28d$ docker-compose --versiondocker-compose version 1.22.0, build f46880f
Next, we will install Docker Toolbox on Windows.