Skip to content

Instantly share code, notes, and snippets.

@jbrechtel
Created November 27, 2013 13:09
Show Gist options
  • Save jbrechtel/7675360 to your computer and use it in GitHub Desktop.
Save jbrechtel/7675360 to your computer and use it in GitHub Desktop.
Vagrant
Bringing machine 'default' up with 'virtualbox' provider...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant
vagrant up 1.77s user 1.24s system 11% cpu 25.578 total
jbrechtel:vagrant/ $ time vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'precise32'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant
vagrant up 1.84s user 1.36s system 8% cpu 38.443 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment