Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Vagrant Lunchtalk
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Micah Hausler
December 12, 2013
Programming
1
74
Vagrant Lunchtalk
Micah Hausler
December 12, 2013
Tweet
Share
More Decks by Micah Hausler
See All by Micah Hausler
Prometheus & Time-Series monitoring
micahhausler
0
160
Introduction to Mesos
micahhausler
0
130
Chadevs Docker Talk - Part 1
micahhausler
0
93
Cryptography for Programmers
micahhausler
0
190
Intro to Salt - LPG Lunchtalks
micahhausler
1
110
Django Syncing Static and Media to S3
micahhausler
2
240
Other Decks in Programming
See All in Programming
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
560
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
400
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1k
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
120
ロボットのための工場に灯りは要らない
watany
10
2.6k
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
130
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
420
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
420
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
250
CSC307 Lecture 14
javiergs
PRO
0
470
文字コードの話
qnighy
44
17k
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
700
Featured
See All Featured
Odyssey Design
rkendrick25
PRO
2
540
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
The SEO identity crisis: Don't let AI make you average
varn
0
410
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Chasing Engaging Ingredients in Design
codingconduct
0
140
Making Projects Easy
brettharned
120
6.6k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
330
Being A Developer After 40
akosma
91
590k
Amusing Abliteration
ianozsvald
0
130
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
69
Transcript
vagrant an introduction by Micah Hausler Thursday, December 12, 13
Why? Thursday, December 12, 13
Boxes! Thursday, December 12, 13
Is it hard? Thursday, December 12, 13
$ vagrant up $ vagrant ssh Thursday, December 12, 13
How do I configure it? Thursday, December 12, 13
the Vagrantfile Thursday, December 12, 13
Do I have to know Ruby? Thursday, December 12, 13
No. Thursday, December 12, 13
But I’d rather use $(PROVISIONER_OF_CHOICE) Thursday, December 12, 13
#!/bin/bash Thursday, December 12, 13
Are there alternatives to VirtualBox? Thursday, December 12, 13
https://github.com/mitchellh/vagrant-google https://github.com/mitchellh/vagrant-aws https://github.com/mitchellh/vagrant-rackspace Thursday, December 12, 13
Features: • Synced Folders • Multi-Machine • Plugins • Complex
networking • Command line interface Thursday, December 12, 13
Thanks! https://github.com/micahhausler/vagrant-demo https://speakerdeck.com/micahhausler/vagrant-lunchtalk Thursday, December 12, 13