Skip to content

Commit

Permalink
Merged notes on vagrant & virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Jul 18, 2017
1 parent 4bba97b commit 8ad5e37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vagrant.md

This file was deleted.

13 changes: 13 additions & 0 deletions virtualbox-vagrant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# VirtualBox & Vagrant

## Vagrant
**Get guest ip**
`vagrant ssh -c "hostname -I | cut -d' ' -f2" 2>/dev/null`
https://coderwall.com/p/etzdmq/get-vagrant-box-guest-ip-from-host


## VirtualBox
UUID Already exists
http://www.groovypost.com/howto/virtualbox-error-uuid-hard-disk/

`vboxmanage.exe internalcommands sethduuid "D:\vdocs\vdisc\jenkins-0.001\box-disk1_2.vmdk"`

0 comments on commit 8ad5e37

Please sign in to comment.