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
Windows on Ryzen and I
seosoft
0
250
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
480
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
200
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.5k
AHC061解説
shun_pi
0
360
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
500
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
370
Docコメントで始める簡単ガードレール
keisukeikeda
1
110
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
420
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
530
ロボットのための工場に灯りは要らない
watany
10
2.6k
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Discover your Explorer Soul
emna__ayadi
2
1.1k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
150
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
680
Code Review Best Practice
trishagee
74
20k
HDC tutorial
michielstock
1
530
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