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 …
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 …
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: 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: 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 …
The Remote – Containers extension lets you use a Docker container as a full-featured development environment. Whether you deploy to containers or not, containers make a great development environment because you can: Develop with …
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 …
lazydocker: A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.
There are over one million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to help …