lima
lima copied to clipboard
error: file "/opt/homebrew/opt/socket_vmnet" is a symlink
Description
❯ limactl start template://vmnet
? Creating an instance "vmnet" Proceed with the current configuration
FATA[0000] networks.yaml field paths.socketVMNet error: file "/opt/homebrew/opt/socket_vmnet" is a symlink
I have to set absolute real path, not symlink
paths: socketVMNet: "/opt/homebrew/Cellar/socket_vmnet/1.1.2/bin/socket_vmnet"
Setting it up like this made it work for me
Thank you!!!