Step Five: Run you Mac OS Virtual Machine with VMDK or ISO file. Run Mac OS Mojave 10.14 on Windows PC using VMware. After successfully creating an Apple Mac OS Virtual Machine, you need to run the machine with an actual Mac OS file such as Mac OS Mojave 10.14 ISO file or Mac OS Mojave 10.14 VMDK Image. Watch this Video Tutorial. Title Developer/publisher Release date Genre License Mac OS versions A-10 Attack! Parsoft Interactive 1995 Flight simulator Abandonware 7.5–9.2.2.

Recently i got a new macbook pro and i started setting it up. Everything was going great until i tried to install docker and create default docker machine. After i installed Docker for Mac, i tried to start virtual machine :
After some googling i found couple of solutions for the problem :
Tried all of them and everytime it was a failure. One thing was not leaving me in piece - when i was re-installing VirtualBox i was getting an error during installation :
Still, i was able to launch VirtualBox UI and even see that default machine was created. Though, when i tried to start it - i was getting driver not installed (rc=-1908) error. This got me to one thread, where i found a suggestion to check Mac OS Privacy settings and check if VirtualBox software was asking for permissions or not. And that was it ! So, to fix this problem you just have to :
Settings->Security&PrivacySystem software from 'Oracle' developer was blocked from loadingAllow buttonAt the end you should have a Successful installation of VirtualBox and now you can

Now you just need to docker-machine env default and you are all set.
Happy coding ! :)