Docker Swarm: Postgres doesn't stop initing #5361
-
Steps to reproduce
Expected behaviorThe container should register as Running and show up to other containers on the Docker network. Actual behaviorThe container stays in the Starting state despite initialization completing and the port being open. Other informationHost OSRocky Linux 9 Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi,
This looks suspicious... |
Beta Was this translation helpful? Give feedback.
-
It looks like the container cannot resolve the database container. So this is a docker networking problem. Please refer for help on this to a docker forum. |
Beta Was this translation helpful? Give feedback.
Fun fact: it seems to have uh randomly fixed itself. Probably docker garbage or some race condition. Lmao.