DomiStyle / docker-idrac6

iDRAC 6 web interface and VNC proxy
https://hub.docker.com/r/domistyle/idrac6/
MIT License
769 stars 140 forks source link

Port 5900 already in use? #31

Closed cweilemann closed 3 years ago

cweilemann commented 3 years ago

Forgive the ignorance here ... I like to think I have a clue what I'm doing...

I have a fresh install of Docker - new MBP, in fact - first docker image I pull is this one to try and remotely manage an R610, and upon pull, I get:

docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:5900: bind: address already in use.

I feel like I'm missing something ridiculous. Pointers?

DomiStyle commented 3 years ago

What OS are you running?

Can you try changing the port in the start parameters like this: 5901:5900?

cweilemann commented 3 years ago

macOS 11.1... I tried that last night and it didn't work. Tried it just now and it worked like a charm. 🙄 Thanks. :)