---
title: "jesseduffield/lazydocker: The lazier way to manage everything ..."
description: "!https://github.com/jesseduffield/lazydocker"
date: 2024-03-07
published: true
tags:
  - containers
  - docker
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://github.com/jesseduffield/lazydocker" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://repository-images.githubusercontent.com/github-production-repository-image-32fea6/187335810/d5cecc00-9b1c-11e9-8abf-5649b23bce13?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20260804%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20260804T230254Z&amp;X-Amz-Expires=300&amp;X-Amz-Signature=e7c3e905213c279fa0c323e7c98447f905cb16df7c4fff137cd843a4235e1731&amp;X-Amz-SignedHeaders=host&amp;jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoiaHR0cHM6Ly9yZXBvc2l0b3J5LWltYWdlcy5naXRodWJ1c2VyY29udGVudC5jb20vIiwia2V5Ijoia2V5MSIsImV4cCI6MTc4NTg4NDg3NCwibmJmIjoxNzg1ODg0NTc0LCJwYXRoIjoicmVwb3NpdG9yeS1pbWFnZXMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIn0.GdDjxi7jV4slklCLnWM39E-dfXO6eesudh0gX_oqAzM" alt="GitHub - jesseduffield/lazydocker: The lazier way to manage everything docker — The lazier way to manage everything docker. Contribute to jesseduffield/lazydocker development by creating an account on GitHub." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">GitHub - jesseduffield/lazydocker: The lazier way to manage everything docker</div>
      <div class="embed-card-description">The lazier way to manage everything docker. Contribute to jesseduffield/lazydocker development by creating an account on GitHub.</div>
      <div class="embed-card-meta">GitHub &middot; github.com</div>
    </div>
  </a>
</div>


I've been using this for a few weeks now and it's fantastic.  It's reminds me of lazygit, it gives a nice quick interface into the things I need and it just works.  Yes I can git status to see what changed, then diff the files, then commit hunks, but lazygit can do that in just a few keystrokes.  lazydocker does this for docker. It gives me a nice view into whats running, what's eating up disk space, and the networks I have.  And if I see I have a bunch of exited containers, there is a bulk command righ there to clean them up.

> tldr `docker ps` on steroids

![](https://github.com/jesseduffield/lazydocker/blob/master/docs/resources/demo3.gif?raw=true)
