
上QQ阅读APP看书,第一时间看更新
Installing Docker Toolbox on macOS
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:
Installing Docker Toolbox on macOS
- 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 --version
docker-machine version 0.15.0, build b48dc28d
$ docker-compose --version
docker-compose version 1.22.0, build f46880f
Next, we will install Docker Toolbox on Windows.