Vagrant: Difference between revisions
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
==References== | ==References== | ||
{| | |||
| valign="top" | | |||
* [https://support.microsoft.com/en-us/help/926139/windows-powershell-1-0-english-language-installation-packages-for-wind Windows PowerShell 1.0 for Windows Server 2003 & Windows XP] | * [https://support.microsoft.com/en-us/help/926139/windows-powershell-1-0-english-language-installation-packages-for-wind Windows PowerShell 1.0 for Windows Server 2003 & Windows XP] | ||
* [https://support.microsoft.com/en-us/help/968929/windows-management-framework-windows-powershell-2-0-winrm-2-0-and-bits Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0] | * [https://support.microsoft.com/en-us/help/968929/windows-management-framework-windows-powershell-2-0-winrm-2-0-and-bits Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0] | ||
Line 39: | Line 41: | ||
* [http://www.vagrantbox.es/ A list of base Boxes] | * [http://www.vagrantbox.es/ A list of base Boxes] | ||
* [https://app.vagrantup.com/rogeriopradoj/boxes/xp-ie8 Example Vagrantfile] | * [https://app.vagrantup.com/rogeriopradoj/boxes/xp-ie8 Example Vagrantfile] | ||
| valign="top" | | |||
* [https://www.vagrantup.com/intro/vs/docker.html Vagrant vs. Docker] | * [https://www.vagrantup.com/intro/vs/docker.html Vagrant vs. Docker] | ||
* [https://github.com/WinRb/vagrant-windows Vagrant Windows] | * [https://github.com/WinRb/vagrant-windows Vagrant Windows] | ||
* [https://www.vagrantup.com/intro/getting-started/index.html Getting Started] | * [https://www.vagrantup.com/intro/getting-started/index.html Getting Started] | ||
* [https://gist.github.com/kuznero/576e848c39080745ac1915c6b3e4820b Compact VDI] | * [https://gist.github.com/kuznero/576e848c39080745ac1915c6b3e4820b Compact VDI] | ||
| valign="top" | | |||
|- | |||
| valign="top" colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
| valign="top" | | |||
| valign="top" | | |||
|} |
Revision as of 05:04, 12 June 2022
Info
brew cask info virtualbox
brew cask info vagrant
brew cask info vagrant-manager
Install
brew cask install virtualbox
brew cask install vagrant
brew cask install vagrant-manager
Syntax
vagrant box add {title} {url}
vagrant init {title}
Example
vagrant box add hashicorp/precise64 https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/virtualbox.box
vagrant init hashicorp/precise64
vagrant up
vagrant ssh
vagrant halt