Closed shpendk closed 3 years ago
Holding on this until we have a :require_ports => [] directive... this should only be run when we're checking the standard docker ports
Sounds good.
Per our discussion this week, this is good to merge, :require_ports directive is not required. Note that this adds a new path to check by default, but we're still well under the target of 10, and this seems like a good one to add into our stable.
Check and version extraction for docker, tested on multiple targets:
Unfortunately there are zero indicators for docker on the root url, making it hard to detect without appending
/version
. A good approach would be to test/version
whenever we see port 2375/2376, but I dunno how to do that.