Skip to content

Instantly share code, notes, and snippets.

@jedi-jiang
Created November 26, 2019 08:16
Show Gist options
  • Save jedi-jiang/848c6d1467156d081c8b79bec49f06db to your computer and use it in GitHub Desktop.
Save jedi-jiang/848c6d1467156d081c8b79bec49f06db to your computer and use it in GitHub Desktop.
virtio_net: Could not create vmnet interface, permission denied or no entitlement?

If you encounter the error above while run docker-machine start default, you could try the following solution.

sudo chown root:wheel /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
sudo chmod u+s /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment