Marco Bravo

Logo

Marco Bravo's DEV Profile If you don’t know, ask – if you know, share! ~ opensource mindset Baseball ball image


➠ "We may not have control over our circumstances, but we do have control over our minds"
➠ What do I want to do next?
Cloud and rainbow image

View My GitHub Profile

25 March 2020

Lazydocker - Cursor-Based Docker Management Tool

by Marco Bravo

Lazydocker image

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 console image

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.

Full article

tags: lazydocker - docker - tool