Skip to content

A simple hack that fixes the "2222" port collision problem in Vagrant if you're running the VMWare Fusion provider via bash

Notifications You must be signed in to change notification settings

Montana/vagrant_port_collision_fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

port collision fix

A simple hack that fixes the "2222" port collision problem in Vagrant if you're running the VMWare Fusion provider via bash

chmod u+x vagrant.sh

then

./vagrant.sh 2222 (or whatever port in question)

so for example if the problem is on port 8080 run

./vagrant.sh 8080

enjoy

About

A simple hack that fixes the "2222" port collision problem in Vagrant if you're running the VMWare Fusion provider via bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages