lazydocker.nvim

lazydocker.nvim: Simple and straightforward plugin that allows the user to open lazydocker without quitting their current Neovim section.

dive

dive: A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. To analyze a Docker image simply run dive with …

dive

dive: A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. Basic Features Show Docker image contents broken down by …

How build own Docker image in Golang

I need build some Docker image directly from my Golang application. I spent some time on Google but I didn’t find any fully functional example of Goland code… And then …