Vagrant: Primeiros passos com o Vagrant: Difference between revisions

From Wiki
Line 1: Line 1:
= Criando uma VM no Virtual Box usando o Vagrant=
= Criando uma VM no Virtual Box usando o Vagrant=


== Criando um Vagrantfile básico ==
Criando um Vagrantfile básico


  vagrant init hashicorp/precise64
  vagrant init hashicorp/precise64


== Executando a VM ==
Executando a VM


  vagrant up
  vagrant up


== Conectando via SSH ==
Conectando via SSH ==


  vagrant ssh
  vagrant ssh


== Deletando a VM ==
Deletando a VM


  vagrant destroy
  vagrant destroy

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