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
70
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
150
Introduction to Mesos
micahhausler
0
120
Chadevs Docker Talk - Part 1
micahhausler
0
87
Cryptography for Programmers
micahhausler
0
180
Intro to Salt - LPG Lunchtalks
micahhausler
1
100
Django Syncing Static and Media to S3
micahhausler
2
230
Other Decks in Programming
See All in Programming
GoとPHPのインターフェイスの違い
shimabox
2
200
未経験でSRE、はじめました! 組織を支える役割と軌跡
curekoshimizu
0
110
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
6
2.2k
color-scheme: light dark; を完全に理解する
uhyo
7
480
Visual StudioのGitHub Copilotでいろいろやってみる
tomokusaba
1
190
How mixi2 Uses TiDB for SNS Scalability and Performance
kanmo
40
16k
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
1
210
Kotlinの開発でも AIをいい感じに使いたい / Making the Most of AI in Kotlin Development
kohii00
1
130
Ruby on cygwin 2025-02
fd0
0
170
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
120
15分で学ぶDuckDBの可愛い使い方 DuckDBの最近の更新
notrogue
1
310
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
870
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
521
39k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Embracing the Ebb and Flow
colly
84
4.6k
Bootstrapping a Software Product
garrettdimon
PRO
306
110k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Thoughts on Productivity
jonyablonski
69
4.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
The Pragmatic Product Professional
lauravandoore
32
6.4k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
We Have a Design System, Now What?
morganepeng
51
7.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.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