Vagrant: Primeiros passos com o Vagrant: Difference between revisions
No edit summary |
|||
Line 5: | Line 5: | ||
vagrant init hashicorp/precise64 | vagrant init hashicorp/precise64 | ||
== Executando a VM = | == Executando a VM == | ||
vagrant up | vagrant up | ||
Line 16: | Line 16: | ||
vagrant destroy | vagrant destroy | ||
= Ver também = | = Ver também = |
Revision as of 22:48, 17 September 2018
Criando uma VM no Virtual Box usando o Vagrant
Criando um Vagrantfile básico
vagrant init hashicorp/precise64
Executando a VM
vagrant up
Conectando via SSH
vagrant ssh
Deletando a VM
vagrant destroy