-
Notifications
You must be signed in to change notification settings - Fork 0
mac docker.md
Vladislav Abrashkin edited this page Jul 24, 2019
·
1 revision
- Run recovery mode (Restart then cmd+R)
- Open Utils->terminal
- Run command
spctl kext-consent add VB5E2TV963
- Restart mac
- Download and install virtualbox
- Open terminal and run
brew install docker docker-machine docker-machine-nfs
- Run
docker-machine create --driver virtualbox default
- If docker machine already created then run
docker-machine rm default docker-machine create --driver virtualbox default
- Run
docker-machine-nfs default
As result you should see this
The docker-machine 'default'
is now mounted with NFS!
ENJOY high speed mounts :D