mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-02 21:06:14 +00:00
Giving the mixed-profile services a run-scoped container_name broke this script's two ping sites, which assemble the name as "fips-$from" rather than writing it out. A grep for the literal name finds neither, which is the same trap the earlier naming sweep hit on the other static scripts. The failure was loud — link convergence passed 3/2/2/1 and then every ping failed, because docker exec could not find the container — but it is worth noting that these names were unsuffixed until now, so this suite was never safe to run twice on one host.