

But, you can install the VMware Workstation Driver from machine-drivers/docker-machine-driver-vmware GitHub repository and use it with Docker Machine.įirst, visit the releases page of the GitHub repository machine-drivers/docker-machine-driver-vmware. There is no VMware Workstation Pro driver for Docker Machine by default. Installing VMware Workstation Driver for Docker Machine:

Then, try to see if Docker Machine auto completion works.Īs you can see, auto completion is working very well. Now, close the terminal and open it again. The bash auto completion scripts for Docker Machine should be installed. Sudo wget " $base/contrib/completion/bash/ $" -P /etc /bash_completion.d Now, install Docker Machine on your Linux computer with the following command:īase=https: // /docker /machine /v0.16.0įor i in docker-machine-prompt.bash docker-machine-wrapper.bash docker-machine.bash Installing Docker Machine:īefore you install Docker Machine, make sure that you have VMware Workstation Pro 14 or above and Docker installed on your computer.Īs you can see, I have VMware Workstation Pro 15 and Docker 18.09 installed on my Ubuntu 18.04 LTS machine. I recommend you take a look at them if you need any help. has many articles written on these topics.
FAILED TO DEPLOY DISTRO DOCKER DESKTOP HOW TO
In this article, I am going to show you how to install Docker Machine, install VMware Workstation Pro driver for Docker Machine and use Docker Machine with VMware Workstation Pro.

But it does not have a VMware Workstation Pro driver installed by default. You can also create Docker hosts/machines for testing Docker locally with Docker Machine and a supported virtualization platform such as VirtualBox, VMware, Hyper-V etc.ĭocker Machine has drivers for different virtualization platforms such as VMware Fusion, VirtualBox, Hyper-V, and many cloud services such as Amazon EC2, Google Cloud, Digital Ocean etc. Docker Machine is a tool to manage multiple Docker hosts/machines remotely from a single computer.
