Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nagendra #17

Open
jonnalagaddda opened this issue May 31, 2018 · 1 comment
Open

nagendra #17

jonnalagaddda opened this issue May 31, 2018 · 1 comment

Comments

@jonnalagaddda
Copy link

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.

@fstorz
Copy link

fstorz commented Jun 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants