Skip to content

mac docker.md

Vladislav Abrashkin edited this page Jul 24, 2019 · 1 revision

Fix slow docker on mac

With this step-by-step instruction you can enjoy high speed docker on mac

  1. Run recovery mode (Restart then cmd+R)
  2. Open Utils->terminal
  3. Run command
    spctl kext-consent add VB5E2TV963
  4. Restart mac
  5. Download and install virtualbox
  6. Open terminal and run
    brew install docker docker-machine docker-machine-nfs
  7. Run
    docker-machine create --driver virtualbox default
  8. If docker machine already created then run
    docker-machine rm default
    docker-machine create --driver virtualbox default
  9. 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
Clone this wiki locally