TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Lazydocker: a terminal GUI for Docker

340 pointsby jesseduffieldalmost 6 years ago

15 comments

vbstevenalmost 6 years ago
This looks good.<p>I believe there is a lot of room for TUI tools like this. Modern terminals and TUI libraries are advanced enough to support splits, colors, clicks etc.<p>Why run a 600mb electron app when a small TUI app will do just fine. Even if it’s a 30mb jar file that needs the jvm to run.<p>I also believe that constraints boost creativity and the fixed amount of rows&#x2F;colums in a terminal and limited set of colors is great for that.<p>It’s not because some of these TUIs run full screen that they need to completely drop the unix philosophy. Apps like Mutt, Tig etc frequently delegate to $EDITOR, diff, w3m and others.<p>Some of my favourite TUI apps:<p>* Tmux : windows&#x2F;panes multiplexer<p>* Tig : git log&#x2F;status&#x2F;blame&#x2F;stage<p>* Mutt : email<p>* Fzf : fuzzy finder<p>* Irssi : IRC
评论 #20317325 未加载
评论 #20317075 未加载
评论 #20319036 未加载
评论 #20318938 未加载
sandGorgonalmost 6 years ago
There is also Dry - <a href="https:&#x2F;&#x2F;moncho.github.io&#x2F;dry&#x2F;" rel="nofollow">https:&#x2F;&#x2F;moncho.github.io&#x2F;dry&#x2F;</a><p>The best part about dry is using it through docker itself.
评论 #20341893 未加载
iamjustlookingalmost 6 years ago
If you like this you might like Glances. I use it on my home cluster to monitor Docker quickly. You can pull it up in a browser for extra laziness.<p><a href="https:&#x2F;&#x2F;nicolargo.github.io&#x2F;glances&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nicolargo.github.io&#x2F;glances&#x2F;</a>
nurettinalmost 6 years ago
I wish gocui had a simpler us-ascii based theme so I wouldn&#x27;t have to fix utf-8 when connecting to remote in screen.
coding123almost 6 years ago
When did terminals get clickables?
评论 #20316372 未加载
评论 #20316330 未加载
评论 #20319233 未加载
评论 #20317483 未加载
RocketSyntaxalmost 6 years ago
You may want to add high up the documentation that it works with both regular docker and docker-compose.<p>Without watching the whole video... I would have come away with the impression that it only works with compose.
zmmmmmalmost 6 years ago
any trick to make it look good on a terminal with a light background? not very readable for me.
评论 #20317639 未加载
Khannanalmost 6 years ago
This is fantastic. Thank you! Really well designed and intuitive. It will save me a lot of hassle monitoring containers on servers.
inetknghtalmost 6 years ago
Nice! Now let it use tmux-style navigation commands instead of a friggen mouse and I&#x27;d be happy.
tracker1almost 6 years ago
Wonder if this will work in the new windows terminal... would be a good test app if it doesn&#x27;t.
alpbalmost 6 years ago
&gt; Memorising docker commands is hard.<p>I wouldn&#x27;t agree. Literally: run, build, delete, ps, rm.
评论 #20329938 未加载
yjftsjthsd-halmost 6 years ago
That is a beautiful logo&#x2F;icon. Also nice tool; will have to try it out.
bbmarioalmost 6 years ago
This is awesome. I want more.
Pokepokalypsealmost 6 years ago
was there no such thing as kitematic?
评论 #20316671 未加载
评论 #20316614 未加载
评论 #20324756 未加载
jxialmost 6 years ago
Looks really nice. For operational-types things, I do wonder if curses UI&#x27;s are better than web UI&#x27;s.
评论 #20316406 未加载
评论 #20316404 未加载
评论 #20316588 未加载