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 revisionBoth sides next revision
linux:vagrant [2014/07/22 14:58] percylinux:vagrant [2014/07/22 15:05] 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 19: Line 33:
  
 </code> </code>
- 
/var/www/dokuwiki/wiki/data/pages/linux/vagrant.txt · Last modified: 2022/06/20 17:19 by jianqing