InterviewSolution
Saved Bookmarks
| 1. |
When joining a new node to the swarm the following error occurs: “Error response from daemon: Timeout was reached before node joined.” How will you fix this? |
|
Answer» The above failure happens when the ‘manager’ DOCKER machine is not active; as a result, the new node machine will not be ABLE to join the swarm cluster. To fix this:
|
|