Error while executing docker run command

0 votes

I’ve been trying to run the jenkinsci/blueocean image as a container in Docker using the following docker run command

But I’m ending up with this error.

docker: Error response from daemon: driver failed programming external connectivity on endpoint romantic_davinci (ee9ab10ac9ec76731a6b53ac280ad226f1bf534eac341b57f2aab20a47258b92): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use.
Jul 26, 2018 in Docker by Hannah
• 18,520 points
4,947 views

1 answer to this question.

0 votes

This error occurs when your port is already being used up. Right now I’m assuming you have Jenkins running on your 8080 port and hence docker is not being able to pull.

Exit Jenkins by typing

Localhost:8080/Exit

And then try running the same command.

Use sudo before the command.

It worked for me, it should work for you as well.

answered Jul 26, 2018 by Kalgi
• 52,340 points

Related Questions In Docker

0 votes
1 answer

Error while trying to run an image - Docker

This error means that the container tries ...READ MORE

answered Aug 22, 2018 in Docker by Nilesh
• 7,060 points
14,135 views
0 votes
1 answer

Error saying "E: This command can only be used by root." while installing docker

Try executing the following command: sudo su and ...READ MORE

answered Aug 6, 2019 in Docker by Ahmad
7,986 views
0 votes
1 answer

Error on executing docker inspect while the docker image build is successfull.

Just type docker inspect contid /name without ...READ MORE

answered Feb 4, 2020 in Docker by viper
2,534 views
+2 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
7,730 views
+1 vote
1 answer

Error while running docker run command

This error occurs when your port is ...READ MORE

answered Jul 26, 2018 in Docker by Kalgi
• 52,340 points
3,476 views
+16 votes
22 answers

How can I run a ‘docker exec’ command inside a docker container?

you can run any command in a ...READ MORE

answered Dec 10, 2018 in Docker by Pramiti
1,241,252 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP