August 2019
Beginner
608 pages
16h 7m
English
If you've installed Docker on macOS or on Windows, you will already have the binary installed. You can test the installation by using the following command:
$ docker-machine -vdocker-machine version 0.16.1, build cce350d7
You can create new Docker hosts with this tool. They can be created on your local machine or network, but also in the cloud with the help of big providers such as Microsoft, Amazon, and Google. Docker Machine has plugins for many systems. The following is a list of them:
If you are running Linux, you can download ...
Read now
Unlock full access