vagrant_install_box

Differences

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

Link to this comparison view

Next revision
Previous revision
vagrant_install_box [2019/10/18 11:04] – external edit 127.0.0.1vagrant_install_box [2020/02/13 18:32] (current) – external edit 127.0.0.1
Line 22: Line 22:
  
 Also, you can check the link for the box from the download configuration file: Also, you can check the link for the box from the download configuration file:
-<sxh bash>+<code:none>
 Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
   config.vm.box = "centos/7"  <- Link   config.vm.box = "centos/7"  <- Link
   config.vm.box_version = "1804.02"   config.vm.box_version = "1804.02"
 end end
-</sxh>+</code>
  
-<sxh bash>+<code:none>
 PS E:\Virtuals\Ainsible> vagrant box add centos/7 PS E:\Virtuals\Ainsible> vagrant box add centos/7
 ==> box: Loading metadata for box 'centos/7' ==> box: Loading metadata for box 'centos/7'
Line 48: Line 48:
     box: Progress: 100% (Rate: 437k/s, Estimated time remaining: --:--:--)     box: Progress: 100% (Rate: 437k/s, Estimated time remaining: --:--:--)
 ==> box: Successfully added box 'centos/7' (v1804.02) for 'virtualbox'! ==> box: Successfully added box 'centos/7' (v1804.02) for 'virtualbox'!
-</sxh>+</code>
  
 ---- ----
Line 55: Line 55:
  
  
-<sxh bash>+<code:none>
 PS E:\Virtuals\Ainsible> vagrant  init centos/7 PS E:\Virtuals\Ainsible> vagrant  init centos/7
 A `Vagrantfile` has been placed in this directory. You are now A `Vagrantfile` has been placed in this directory. You are now
Line 94: Line 94:
     default: in which case you may ignore this message.     default: in which case you may ignore this message.
 ==> default: Rsyncing folder: /cygdrive/e/Virtuals/Ainsible/ => /vagrant ==> default: Rsyncing folder: /cygdrive/e/Virtuals/Ainsible/ => /vagrant
-</sxh> +</code>
 ---- ----
 ===Install Guest Plugin=== ===Install Guest Plugin===
 In order to install the guest plugin, you have to run it from the folder of the box: In order to install the guest plugin, you have to run it from the folder of the box:
  
-<sxh bash>+<code:none>
 E:\Virtuals\Ainsible>vagrant plugin install vagrant-vbguest E:\Virtuals\Ainsible>vagrant plugin install vagrant-vbguest
 Installing the 'vagrant-vbguest' plugin. This can take a few minutes... Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
Line 107: Line 106:
 Installed the plugin 'vagrant-vbguest (0.15.2)'! Installed the plugin 'vagrant-vbguest (0.15.2)'!
 E:\Virtuals\Ainsible> E:\Virtuals\Ainsible>
- +</code>
- +
-</sxh>+
  • vagrant_install_box.1571396697.txt.gz
  • Last modified: 2019/10/18 20:04
  • (external edit)