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.

Show HN: Docker-phobia: Analyze Docker image size with a treemap

91 pointsby remorsesabout 1 year ago

8 comments

bertmanabout 1 year ago
Why does this need to pipe a script into bash from a non-github origin?<p>And in that script, you&#x27;re actually piping another script from yet another domain (`<a href="https:&#x2F;&#x2F;goblin.reaper.im&#x2F;" rel="nofollow">https:&#x2F;&#x2F;goblin.reaper.im&#x2F;</a>`), where reaper.im looks like some kind of ad-infested parking domain?
评论 #40191013 未加载
评论 #40190885 未加载
Scipio_Afriabout 1 year ago
Not using https is bad.<p>curl -sf <a href="http:&#x2F;&#x2F;goblin.run&#x2F;github.com&#x2F;remorses&#x2F;docker-phobia" rel="nofollow">http:&#x2F;&#x2F;goblin.run&#x2F;github.com&#x2F;remorses&#x2F;docker-phobia</a> | sh<p>Also why just include that shell script in the repo and have people curl that?
评论 #40191049 未加载
评论 #40190670 未加载
评论 #40190761 未加载
XiSabout 1 year ago
Cool, gonna try this soon. Would be great to use in combination with Dive (<a href="https:&#x2F;&#x2F;github.com&#x2F;wagoodman&#x2F;dive">https:&#x2F;&#x2F;github.com&#x2F;wagoodman&#x2F;dive</a>)
评论 #40191084 未加载
willswireabout 1 year ago
Ran this instead of that scary pipe thru sh command<p>go install github.com&#x2F;remorses&#x2F;docker-phobia@latest
_joelabout 1 year ago
No thanks, this looks shady as hell.
btreecatabout 1 year ago
I don&#x27;t remember what this type of visualisation this is called, but I really like it for understanding disk use quickly. When I wish to drill into detail I find a list helps me more but the box layout is usually where I like to start.<p>Looking forward to trying this.
评论 #40191103 未加载
TopRainbowTabout 1 year ago
Sounds great, I&#x27;m looking forward to giving this a shot.
cheptsovabout 1 year ago
Why not just show it per layer and folder via plain text?