Replies: 1 comment 1 reply
-
|
Seeing one Docker host at a time that keeps swapping is almost always the duplicate Docker engine ID problem described in issue #590. Cloned LXCs keep the same Each container needs its own machine ID first, then its own Docker engine ID. Run these steps inside every clone:
Once the IDs differ the hosts stop clobbering each other, which is exactly how users in #590 resolved the same symptom. If the IDs already differ and the agents still rotate, share those values so the next checks can focus elsewhere. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a couple of Dockers "servers", mostly I have Docker running in LXC. They was builded by Proxmox cloning possibility. But, when I add some of that "clones" to Pulse. I can see only one of them, for some short period of time it changed to another one and immediately switch back. If I add three of them, then all three dockers are switching in monitoring. Every LXC has it's own IP address, different MAC address, name, etc.
Beta Was this translation helpful? Give feedback.
All reactions