Live data from Hacker News

Irssi: IRC client in a Docker image

hub.docker.com

1–10 of 63 posts

Re: Irssi: IRC client in a Docker image

#4
post #2

This seems absurd. Just apt install irssi. Why Docker for such a simple self contained tiny app?

Reminds me of the "But I Don't Want To Cure Cancer. I Want To Turn People Into Dinosaurs" meme[1]

They don't want to apt install, they want to use docker :-)

[1] https://knowyourmeme.com/memes/but-i-dont-want-to-cure-cance...

Re: Irssi: IRC client in a Docker image

#6
post #2

This seems absurd. Just apt install irssi. Why Docker for such a simple self contained tiny app?

Maintainers had a project where they ran everything in containers. The project had helped docker itself and the ecosystem by allowing some interesting software to be containerized.

Re: Irssi: IRC client in a Docker image

#7
post #2

This seems absurd. Just apt install irssi. Why Docker for such a simple self contained tiny app?

Poor mans abstraction. Docker swarm makes a cheap node pool from random hardware. Compose makes all your apps and config live in git.

You don't _need_ docker, but if you are already set up for it then it's a boon. Adding an app for me to be very available across a fleet of hardware with ceph backed storage is a one-liner.

Post reply on HN