How can I kill whatever process is using port 8080 so that I can vagrant up?

后端 未结 11 1717
鱼传尺愫
鱼传尺愫 2020-12-07 07:13

On MacOSX, I\'m using Packer to build a Vagrant box so I need to continually bring it up and tear it down. I\'m attempting to \'vagrant up\', and receive the standard error

11条回答
  •  萌比男神i
    2020-12-07 07:58

    You can also use the Activity Monitor to identify and quit the process using the port.

提交回复
热议问题