Error saying context cancelled

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 the following error-

ERRO[0000] error getting events from daemon: context canceled
Jul 26, 2018 in Docker by Hannah
• 18,570 points
4,173 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,360 points

Related Questions In Docker

0 votes
1 answer

Error saying "build" requires 1 argument. See 'docker build --help'

Try adding a period at the end ...READ MORE

answered Jul 18, 2018 in Docker by Nilesh
• 7,050 points
4,635 views
0 votes
1 answer

Error saying "network vme_int not manually attachable."

Configure the attachable property using the composer ...READ MORE

answered Aug 24, 2018 in Docker by Nilesh
• 7,050 points
2,486 views
0 votes
1 answer

Error saying "must specify a listening address"

To define non system IP Address: IP Addresses used with ...READ MORE

answered Aug 24, 2018 in Docker by Nilesh
• 7,050 points
945 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,469 views
+6 votes
4 answers

Error: Docker saying "bad file descriptor"

The solution was easy enough. Add these ...READ MORE

answered Mar 27, 2018 in Docker by DragonLord999
• 8,450 points
6,682 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