AMD-OSX: Docker on VMware Fusion
Written by
Keith
on
on
- Install VMware (<= ver 11)
- Install docker-toolbox
- create docker-vm
docker-machine create --driver vmwarefusion --vmwarefusion-no-share --vmwarefusion-boot2docker-url "https://github.com/boot2docker/boot2docker/releases/download/v19.03.5/boot2docker.iso" default
Just ignore the error message coming out during docker machine creation
- modify system resource of the docker machine (don’t have to switch on hyper-V features)
- run “/Applications/Docker/Contents/Resources/Scripts/start.sh” after modifying it for VMware
- Enjoy!
When your application needs a lot of file system access, just copy all your working files into your virtual file system for better performance.