Vagrant presentation

Post on 12-Apr-2017

197 views 1 download

Transcript of Vagrant presentation

Introduction to Vagrant(Don’t mess with Viagra)

What is this Vagrant thing?

Do I really need this thing?

How Vagrant benefits me?

Developer, say goodbye to "works on my machine" bugs.

Operations engineer, stop juggling SSH prompts to various machines,

and start using Vagrant to bring sanity to your life.

Tester, Just check out the code, vagrant up, and start designing.

Ok, how do I start then?

Required Tools

+ +

Getting started with Vagrant

Project setup

Installing a box

UP and SSH

Synced folder

Provisioning

Networking

Port forwarding:

Share with universe

Login to Hashicorp's Atlas:

Share:

Teardown

• vagrant suspend

• vagrant halt

• vagrant destroy

Rebuild

Snapshot

• vagrant snapshot push

• vagrant snapshot pop

• vagrant snapshot save name

• vagrant snapshot restore name

• vagrant snapshot list

• vagrant snapshot delete

The End