Added port collision detection to change doc

This commit is contained in:
Mitchell Hashimoto 2010-03-14 17:59:12 -07:00
parent 0cadacf956
commit 635a9dab7b
1 changed files with 9 additions and 1 deletions

View File

@ -84,4 +84,12 @@ For Chef Solo, Vagrant now supports multiple cookbooks paths by setting
In addition to Chef Solo, Vagrant now comes with support for Chef Server built-in.
Exact details on how to use chef server with Vagrant are explained on the
[chef server provisioning](/docs/provisioners/chef_server.html) page.
[chef server provisioning](/docs/provisioners/chef_server.html) page.
<a name="port-collision-detection"> </a>
## Port Collision Detection
Vagrant will now give an error if it detects that the configured forwarded ports
would collide with another running virtual machine's forwarded ports. Before this
feature, this would fail silently, causing unexpected behavior such as the
VM successfully running but the forwarded port going to some other VM.