docker-nvim

docker-nvim: A simple neovim plugin for executing commands in running docker containers and redirecting their ouptut into a buffer.

lazydocker.nvim

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

lazydocker

lazydocker: A simple terminal UI for both docker and docker-compose, written in Go with the gocui library. Memorising docker commands is hard. Memorising aliases is slightly less hard. Keeping track …

grype

grype: A vulnerability scanner for container images and filesystems. Easily install the binary to try it out. Works with Syft, the powerful SBOM (software bill of materials) tool for container images and filesystems. …

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 …

lazydocker

lazydocker: A simple terminal UI for both docker and docker-compose, written in Go with the gocui library. Cool features everything is one keypress away (or one click away! Mouse support FTW): viewing …

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 …

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 …

docker: multi-stage builds

Multi-stage builds are a new feature requiring Docker 17.05 or higher on the daemon and client.  With multi-stage builds, you use multiple FROM statements in your Dockerfile. Each FROMinstruction can use a different …