Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error on context deadline with docker, what's the meaning? [closed]

What is the meaning and the cause of error "Context deadline exceeded or context deadline unknown" when using docker, with docker stack deploy? I see many posts with this error in differents environment and contexts. But i m not able to understand how to avoid this problem.

When i have networks error i know what to do, but not in theses cases.

like image 368
mik3fly-4steri5k Avatar asked Sep 06 '25 10:09

mik3fly-4steri5k


1 Answers

In my case I faced this message when DNS setting was wrong. Changing the DNS setting to 1.1.1.1 solved the issue.

like image 176
xax Avatar answered Sep 09 '25 19:09

xax