Live data from Hacker News

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

github.com

1–10 of 31 posts

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

#4
I don'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.

Looking forward to trying this.

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

#5

Not using https is bad. curl -sf http://goblin.run/github.com/remorses/docker-phobia | sh Also why just include that shell script in the repo and have people curl that?

curl should probably scream when it detects piping unencrypted wan (not local ips) connections to shell, sort of like what openssh does when a host’s fingerprint changes

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

#8

Not using https is bad. curl -sf http://goblin.run/github.com/remorses/docker-phobia | sh Also why just include that shell script in the repo and have people curl that?

Lol. This is an hilariously shady instruction. Is this a docker inside joke or something?

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

#10
post #6

Why does this need to pipe a script into bash from a non-github origin? And in that script, you're actually piping another script from yet another domain (` https://goblin.reaper.im/ `), where reaper.im looks like some kind of ad-infested parking domain?

Looks like goblin.run is a project that lets you install golang projects without having golang installed. OP should probably preface the installation script with this.
Post reply on HN