Vagrant with libvirt on local user
With Vagrant, is it possible to use libvirt on local user account, like with Gnome-Box?
If yes, how?
With Vagrant, is it possible to use libvirt on local user account, like with Gnome-Box?
If yes, how?
You could do that by adding your user to libvirt group, command like this on the terminal usermod -aG libvirt "username"
change username with the name of your user. After that please use another terminal or close your session and open a new one, so you get the group on that session. After that Vagrant will work as normal as long as the images you use are prepare to work with libvirt.
Good Luck
Thanks for your reply.
But I don't want to use libvirt on root user from local user, I want to use libvirt running on local user. This is why I specify "like Gnome-Box".
Asked: 2017-10-30 19:48:18 -0600
Seen: 105 times
Last updated: Oct 30 '17