This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
In some environments, it's necessary to wait longer for an IP address to resolve.
In v0.1.1
, the ipv4
and ipv6
getters for Container
would retry a hardcoded 15
times with 1000ms
intervals. This release makes these parameters adjustable (yet optional)
Highlights
- Allow Optional Retry Parameters for IPv4/v6 Getters (@seesemichaelj in #1)