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 14:58] percylinux:vagrant [2014/07/23 13:55] percy
Line 10: Line 10:
  
 https://vagrantcloud.com/ https://vagrantcloud.com/
 +
 +====== Vagrant start... ======
 +<code BASH>
 +
 +mkdir ubuntu
 +cd ubuntu
 +vagrant init
 +vagrant box list
 +vim Vagrantfile
 +// set to hashicorp/precise64
 +vagrant up
 +vagrant ssh
 +</code>
 +
  
 ====== Usage ====== ====== Usage ======
Line 20: Line 34:
 </code> </code>
  
 +<code BASH>
 +
 +vagrant reload
 +vagrant halt
 +vagrant up
 +</code>
 +
 +  vagrant box add pengjianqing/gentoo
/var/www/dokuwiki/wiki/data/pages/linux/vagrant.txt · Last modified: 2022/06/20 17:19 by jianqing