wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
44.53k stars 1.69k forks source link

feat(docker): Honor the host specified in current docker context #490

Open rajiv-k opened 5 months ago

rajiv-k commented 5 months ago

Thanks for the great tool! ❤️

This patch adds support for detecting the "docker host" to connect to which is set in the current docker context. One can have multiple such contexts and one of them can be activated via docker context use <context-name>.

Fixes: #397 #412 #408

reegnz commented 2 months ago

@rajiv-k tests seem to be failing.