nc command tells that the port is opened
Edit on GitHubDescription
nc
command tells that the port is opened.
Solution
- Check what process occupies the port 9000 by running the command on the host:
sudo lsof -nPi:9000 | grep LISTEN
- If it’s not your IDE, free up the port to be used by the IDE.
Thank you!
For submitting the form