Curious why people feel the need for tools like this. I think git benefits massively from a graphical tool but I don't really see the point for docker, docker compose or even kubernetes. I do find CLI completions essential, though.
CLI is good and the best way to manage docker containers, however editing that compose file from a browser tab and hitting recreate slaps different. A web GUI makes it so that users who are otherwise intimidated by CLI can still make use of docker.
Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
41–50 of 59 posts
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#42I am curious why this name was chosen. Is there any connection between Isaiah and whales? Feels somewhat TempleOS-y.
Alright! I'll copy-paste an explanation I gave prior on Reddit. I legit had no idea this would spark so many conversations hahaha. "I like to use a pen name generator, and use the generated name for my projects. It makes it easier for me to name things, rather than having to come up with new naming ideas for every new project. And also, I like the idea that every project has a person's name, as if, by using the proje…
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#43Earlier quoted context omitted.
CLI is good and the best way to manage docker containers, however editing that compose file from a browser tab and hitting recreate slaps different. A web GUI makes it so that users who are otherwise intimidated by CLI can still make use of docker.
I would be worried about where that compose file is being stored. I keep my compose files in a git repo and after I edit them just do `docker compose up -d` (in fact, I hit a key in my editor and it runs that for me, showing the output).
I suppose the two methods (CLI and GUI) don't make much difference but they appeal to different users, maybe even different occasions for the power user.
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#44Earlier quoted context omitted.
> You are thinking of Noah and the Whale. You are more likely thinking of Jonah and the Whale. https://en.wikipedia.org/wiki/Jonah
Fun fact. In French it’s distinctly not a whale. But a very large fish
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#45It is an attempt at recreating the lazydocker command-line application from scratch, while making it available as a web application without compromising on the features. Wouldn't it be possible to directly use lazydocker with a browser terminal such as wetty?
In the disclaimer section:
> Before creating Isaiah, I tried to "serve lazydocker over websocket" (trying to send keypresses to the lazydocker process, and retrieving the output via Websocket), but didn't succeed, hence the full rewrite.
> I also tried to start Isaiah from the lazydocker codebase and implement a web interface on top of it, but it seemed impractical or simply beyond my skills, hence the full rewrite.
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#46It is an attempt at recreating the lazydocker command-line application from scratch, while making it available as a web application without compromising on the features. Wouldn't it be possible to directly use lazydocker with a browser terminal such as wetty?
I would think so! Looks like the author tried some similar approaches. In the disclaimer section: > Before creating Isaiah, I tried to "serve lazydocker over websocket" (trying to send keypresses to the lazydocker process, and retrieving the output via Websocket), but didn't succeed, hence the full rewrite. > I also tried to start Isaiah from the lazydocker codebase and implement a web interface on top of it, but it…
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#47Curious why people feel the need for tools like this. I think git benefits massively from a graphical tool but I don't really see the point for docker, docker compose or even kubernetes. I do find CLI completions essential, though.
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#48Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#49Earlier quoted context omitted.
> any connection between Isaiah and whales? You are thinking of Noah and the Whale. https://en.m.wikipedia.org/wiki/Noah_and_the_Whale
> You are thinking of Noah and the Whale. You are more likely thinking of Jonah and the Whale. https://en.wikipedia.org/wiki/Jonah
Re: Show HN: Isaiah – open-source and self-hosted app to manage everything Docker
#50For managing Docker installs another option could be portainer. Their community edition is open source https://docs.portainer.io/v/2.20/start/install-ce/server/doc...