Skip to content

Instantly share code, notes, and snippets.

@also
Created December 20, 2013 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save also/8060641 to your computer and use it in GitHub Desktop.
Save also/8060641 to your computer and use it in GitHub Desktop.
air:vmware ryan$ vagrant init precise64
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
air:vmware ryan$ vagrant up --provider vmware_fusion
Bringing machine 'default' up with 'vmware_fusion' provider...
[default] Cloning VMware VM: 'precise64'. This can take some time...
[default] Verifying vmnet devices are healthy...
[default] Preparing network adapters...
[default] Fixed port collision for 22 => 2222. Now on port 2200.
[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 => 2200
[default] Configuring network adapters within the VM...
[default] Enabling and configuring shared folders...
[default] -- /Users/ryan/work/scratch/vagrant-memory/vmware: /vagrant
air:vmware ryan$ vagrant ssh
Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-29-virtual x86_64)
* Documentation: https://help.ubuntu.com/
Last login: Thu Jan 31 13:48:53 2013
vagrant@precise64:~$ free
total used free shared buffers cached
Mem: 496348 95112 401236 0 15724 36188
-/+ buffers/cache: 43200 453148
Swap: 522236 0 522236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment