Created
September 17, 2013 18:30
-
-
Save derekperkins/6598634 to your computer and use it in GitHub Desktop.
VMWare Try
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\nozzle-chef>vagrant up --provider=vmware_workstation | |
Bringing machine 'default' up with 'vmware_workstation' provider... | |
[default] Verifying vmnet devices are healthy... | |
[default] Preparing network adapters... | |
[default] Starting the VMware VM... | |
[default] Waiting for the VM to finish booting... | |
[default] The machine is booted and ready! | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 | |
[default] -- 80 => 8082 | |
[default] Setting hostname... | |
[default] Configuring network adapters within the VM... | |
[default] Enabling and configuring shared folders... | |
[default] -- C:/nozzle-chef: /vagrant | |
[default] -- C:/nozzle-chef/roles: /tmp/vagrant-chef-1/chef-solo-3/roles | |
[default] -- C:/nozzle-chef/site-cookbooks: /tmp/vagrant-chef-1/chef-solo-2/cook | |
books | |
[default] -- C:/nozzle-chef/cookbooks: /tmp/vagrant-chef-1/chef-solo-1/cookbooks | |
[default] -- C:/nozzle-chef/data_bags: /tmp/vagrant-chef-1/chef-solo-4/data_bags | |
C:\nozzle-chef> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment