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
Micah Hausler
December 12, 2013
Programming
1
73
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
91
Cryptography for Programmers
micahhausler
0
190
Intro to Salt - LPG Lunchtalks
micahhausler
1
110
Django Syncing Static and Media to S3
micahhausler
2
230
Other Decks in Programming
See All in Programming
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
480
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
870
Node-REDのノードの開発・活用事例とコミュニティとの関わり(Node-RED Con Nagoya 2025)
404background
0
110
Amazon ECS Managed Instances が リリースされた!キャッチアップしよう!! / Let's catch up Amazon ECS Managed Instances
cocoeyes02
0
130
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
510
Webサーバーサイド言語としてのRustについて
kouyuume
1
5.1k
CSC509 Lecture 08
javiergs
PRO
0
280
CSC509 Lecture 09
javiergs
PRO
0
280
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
180
三者三様 宣言的UI
kkagurazaka
0
340
HTTPじゃ遅すぎる! SwitchBotを自作ハブで動かして学ぶBLE通信
occhi
0
190
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
3
5.5k
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
270
Navigating Team Friction
lara
190
15k
Code Review Best Practice
trishagee
72
19k
How GitHub (no longer) Works
holman
315
140k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.3k
Site-Speed That Sticks
csswizardry
13
940
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Cult of Friendly URLs
andyhume
79
6.7k
Into the Great Unknown - MozCon
thekraken
40
2.1k
4 Signs Your Business is Dying
shpigford
186
22k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
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