fix: Fix Swarm mode event handler, split container/service event filters #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/1/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The original event filter required status='start' AND Action='update'
simultaneously, which never matches any Docker event since these fields
are mutually exclusive. This broke live Swarm mode updates entirely.
threw NotFound (container IDs and service IDs are different namespaces)