11:30:12 #startmeeting Don't destroy your machine with development sacrifice the vagrant box instead 11:30:12 Meeting started Wed Aug 3 11:30:12 2016 UTC. The chair is bkm. Information about MeetBot at http://wiki.debian.org/MeetBot. 11:30:12 Useful Commands: #action #agreed #halp #info #idea #link #topic. 11:30:12 The meeting name has been set to 'don't_destroy_your_machine_with_development_sacrifice_the_vagrant_box_instead' 11:30:26 Speaker: Dusty Mabe 11:32:32 Introduction: Software engineer with redhat, before that was in Fedora cloud working group 11:33:14 #topic what is vagrant? 11:34:05 Sharing environments, folders, OS level development, ancible, multiple machine vagrant 11:34:22 Ruby tool for bringing up virtual machines 11:34:35 Maintained by Hashicorp 11:34:43 developed by Mitchel Hashimoto 11:34:57 Runs on Windows/Mac/Linux 11:35:27 Most users use command line interface 11:35:35 Vagrant up: Start virtual machine 11:35:47 Vagrant ssh: connect to machine 11:36:25 vagrant destroy: take down virtual machine 11:36:52 #topic sharing your environment 11:37:27 use vagrantfile - describes base disk image, Fedora, Debian, SUSE etc