User Tools

Site Tools


linux:vagrant

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
linux:vagrant [2014/05/13 21:43] – created percylinux:vagrant [2016/05/05 13:07] – external edit 127.0.0.1
Line 5: Line 5:
  
 http://www.vagrantup.com/ http://www.vagrantup.com/
 +
 +
 +http://www.vagrantbox.es/
 +
 +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 ======
 +<code BASH>
 +git clone https://github.com/pjq/vagrant.git
 +cd vagrant/openwrt
 +vagrant up
 +vagrant ssh
 +
 +</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