Vagrant Not Starting Up. User that created VM doesn't match current user

前端 未结 14 1193
抹茶落季
抹茶落季 2020-12-22 18:44

I was trying to start up my vagrant machine, so I navigated to the folder where my vagrantfile is, and used:

vagrant up && vagrant ssh

but I got the

14条回答
  •  春和景丽
    2020-12-22 18:48

    According to the VirtualBox User Manual:

    As a security measure, the Linux implementation of internal networking only allows VMs running under the same user ID to establish an internal network.

    In other words, you have to switch to root (UID 0) to run it.

提交回复
热议问题