On Tue, Oct 16, 2018, at 9:08 PM, Matthew Miller wrote: > In this article, https://www.zdnet.com/article/kali-linux-for-vagrant-hands-on/ > the author notes: > > "I didn't find Vagrant on Fedora, but there are several articles in the > Fedora Developer Portal which describe installing and using it." > > Actually, vagrant definitely *is* in Fedora; it's just not a GUI app so it > doesn't show up in a search in Software. What I do is `yum install vagrant` inside my development container: https://github.com/cgwalters/sysmgmt-personal/blob/0e517cf8e4d67915f909989e9abb6feccf89fac0/dev-containers/base.sh#L77 I bind mount in the /run/libvirt/libvirt-sock so that it can access the host libvirtd. This keeps my host smaller and aids flexibility; if I want to test a different version of Vagrant that's just a different container, etc. Just commenting on this as my mission isn't done until we've moved the default user experience to containers; changes to encourage people to install software directly on their host go counter to this. _______________________________________________ desktop mailing list -- desktop@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to desktop-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/desktop@xxxxxxxxxxxxxxxxxxxxxxx