Vagrant: Primeiros passos com o Vagrant: Difference between revisions

From Wiki
 
No edit summary
Line 1: Line 1:
= 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
= Ver também =
= Ver também =



Revision as of 22:47, 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


Ver também