User Tools

Site Tools


linux:vagrant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:vagrant [2014/07/22 15:05] percylinux:vagrant [2022/06/20 17:15] jianqing
Line 33: Line 33:
  
 </code> </code>
 +
 +<code BASH>
 +
 +vagrant reload
 +vagrant halt
 +vagrant up
 +</code>
 +
 +  vagrant box add pengjianqing/gentoo
 +  
 +====== Vagran with VMWare ======
 +As company doesn't not allow to install the VirtualBox, but the VMWare is OK, so I need to follow up the guideline for using vagrant with VMWare
 +  - https://www.vagrantup.com/docs/providers/vmware
 +
 +Steps:
 +  *  Download the Vagrant VMWare Utils https://www.vagrantup.com/vmware/downloads
 +  *  vagrant plugin install vagrant-vmware-desktop
 +  *  sudo launchctl load -w /Library/LaunchDaemons/com.vagrant.vagrant-vmware-utility.plist
 +  *  sudo launchctl unload -w /Library/LaunchDaemons/com.vagrant.vagrant-vmware-utility.plist
 +  *  vagrant plugin update vagrant-vmware-desktop
 +  *  vagrant up --provider=vmware_desktop
 +
 +Search the "gentoo" box which has the vmware provider
 +  - https://app.vagrantup.com/generic/boxes/gentoo
 +  
/var/www/dokuwiki/wiki/data/pages/linux/vagrant.txt · Last modified: 2022/06/20 17:19 by jianqing