miversen33 / netman.nvim

Neovim (Lua powered) Network Resource Manager
MIT License
330 stars 1 forks source link

Docker tries to check the OS of every container on provider load #200

Open miversen33 opened 7 months ago

miversen33 commented 7 months ago

So this is something I just noticed but opening the docker provider causes it to try and establish the os of every container that the docker daemon provides. Regardless of the fact that docker is not currently async, this should only happen if the user enters the container (or in the future if we have the OS cached)