If you don’t know, ask – if you know, share! ~ opensource mindset
by Marco Bravo
Lazydocker was created by Jesse Duffield to help make managing docker containers a bit easier. Simply put, Lazydocker is a terminal UI (written in Golang with the gocui library) for the docker and docker-compose commands. Lazydocker allows you view projects, containers, images, volumes, as well as the logs, stats, configs, and top for your running containers.
Lazydocker also allows you to run bulk commands to stop, remove, and prune containers.
Lazydocker may not be for everyone, but for those looking for a solution that exists somewhere between the command line and a GUI, this tool can’t be beat. Give it a try and see if it doesn’t quickly become your go-to docker container manager.
tags: lazydocker - docker - tool