You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`DiscoverDocker()` runs 5 discovery phases sequentially (containers, images, networks, volumes, compose files). Each has a hardcoded 30s timeout per command.
Problem
Sequential discovery is slow: on a host with many containers + images + networks, total time can exceed 2 minutes
30s timeout is hardcoded (violates zero-hardcoded-values rule)
Context
`DiscoverDocker()` runs 5 discovery phases sequentially (containers, images, networks, volumes, compose files). Each has a hardcoded 30s timeout per command.
Problem
Proposal
Expected Impact