nagendra
Opened this issue · 1 comments
Hi,
this is nagendra,i am getting error like :docker: Error response from daemon: driver failed programming external connectivity on endpoint objective_shannon (6a47fcbd71c2749f9046be4efc2d0831c18884aa0b0d9ca7c644ee6ff7ca9508): Error starting userland proxy: listen tcp 0.0.0.0:8085: bind: address already in use.
pls let me know how i can resolve this issue##i was tried but i did not resolution
thanks in advance.
Hi Nagendra,
The message
Error starting userland proxy: listen tcp 0.0.0.0:8085: bind: address already in use.
means that there is already a process, which blocks the port (in your case 8085) on your docker host.
Check with netstat -tulpn | grep 8085 which process blocks the port. Then either stop this application or map the port for your bamboo docker container to a different port.