A TUI alternative.
Show HN: Container Desktop – Podman Desktop Companion
121–130 of 207 posts
Re: Show HN: Container Desktop – Podman Desktop Companion
#122Earlier quoted context omitted.
That's basically what a docker image does in a more formalized, isolated, and repeatable fashion.
True. But Docker comes with a lot of complexity. And it comes with a meaningful performance hit on macOS and Windows. And it doesn't work at all on Android/iOS. It's so sad that running software on Linux is so wildly complicated and unreliable than things like Docker had to be invented. :(
https://www.phoronix.com/review/windows11-wsl2-zen4
wsl2 runs under the windows hypervisor as a vm, but so does windows since windows 11. So there should not be much performance issues from running stuff in windows vs wsl2. The major bottleneck is if you need to move files from and to the windows vm to the Linux vm
Re: Show HN: Container Desktop – Podman Desktop Companion
#123I've been using Rancher Desktop as an alternative to Docker Desktop, https://rancherdesktop.io/ on macOS and Windows, it's pretty solid. It has some kinks to work out but I got it working with IDEs too (e.g. the Intellij IDEA Docker Compose integration to work with it). What I also like is that existing scripts and etc that use the docker-compose cli work with Rancher Desktop too, as it uses nerdctl https://github.co…
We just completed the switch to Rancher where I work. 1200ish engineers, mostly on Macs. So far it's worked out pretty well..fewer hiccups than I expected.
Re: Show HN: Container Desktop – Podman Desktop Companion
#124Kubernetes is planned - my devops wants me to add it badly! Author note - Most of you guys here are power users, for whom UI is a visual poem that you need or not. This is not a commercial project, it is not following any business goals. But this does not mean concessions to quality, it does try to offer minimal resource usage everywhere, easy experience, good UI/UX. It explains all it does behind the scenes if you e…
I don't live my life entirely on the command line either, but GUIs for Docker are just an interesting niche to me, for which I just don't understand what the ven diagram is between people that want Docker containers running locally, know that that's what they want, and know how it all works, but then don't want to do the small handful of commands at the prompt needed to get it running...
Re: Show HN: Container Desktop – Podman Desktop Companion
#125Earlier quoted context omitted.
We just completed the switch to Rancher where I work. 1200ish engineers, mostly on Macs. So far it's worked out pretty well..fewer hiccups than I expected.
Does it use the same "containers are really just running in a Linux VM" approach as Docker Desktop on macOS?
not a personal attack on you, but it blows my mind how clueless the current generation of developers become after the docker phase.
Re: Show HN: Container Desktop – Podman Desktop Companion
#126I would also encourage people to look at Podman desktop which has pretty good support from Red Hat. https://podman-desktop.io/
Re: Show HN: Container Desktop – Podman Desktop Companion
#127Does it support VSCode Devcontainers? That's the only reason I haven't been able to switch to an alternative.
Re: Show HN: Container Desktop – Podman Desktop Companion
#128Earlier quoted context omitted.
I would love to use it but I loathe subscriptions, especially for something I’d need work to pay for. I would happily pay a one-time $50-100 and get a perpetual license so I don’t have to deal with the headache…
IMO if Docker is important to you then Orbstack is worth it. The debug shell feature alone makes it better than any alternative, and hopefully that subscription money is put towards more unique features. https://docs.orbstack.dev/features/debug
Re: Show HN: Container Desktop – Podman Desktop Companion
#129Kubernetes is planned - my devops wants me to add it badly! Author note - Most of you guys here are power users, for whom UI is a visual poem that you need or not. This is not a commercial project, it is not following any business goals. But this does not mean concessions to quality, it does try to offer minimal resource usage everywhere, easy experience, good UI/UX. It explains all it does behind the scenes if you e…
I don't live my life entirely on the command line either, but GUIs for Docker are just an interesting niche to me, for which I just don't understand what the ven diagram is between people that want Docker containers running locally, know that that's what they want, and know how it all works, but then don't want to do the small handful of commands at the prompt needed to get it running...
Re: Show HN: Container Desktop – Podman Desktop Companion
#130Earlier quoted context omitted.
True. But Docker comes with a lot of complexity. And it comes with a meaningful performance hit on macOS and Windows. And it doesn't work at all on Android/iOS. It's so sad that running software on Linux is so wildly complicated and unreliable than things like Docker had to be invented. :(
For most uses wsl2 on windows is pretty close to a bare metal instalation https://www.phoronix.com/review/windows11-wsl2-zen4 wsl2 runs under the windows hypervisor as a vm, but so does windows since windows 11. So there should not be much performance issues from running stuff in windows vs wsl2. The major bottleneck is if you need to move files from and to the windows vm to the Linux vm
Why people constantly insist on adding unnecessary layers of abstraction is beyond me.