Hacker News new | ask | show | jobs
by corytheboyd 637 days ago
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…
1 comments

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

if i understood that page, debug shell is... "exec" with a nicer .bashprofile and injected text editor binary???
It's installing additional packages which may not have been included in your base image.

> Debug Shell works by injecting a debugging environment using: > NixOS for a large package collection, and flexibility with filesystem paths

https://orbstack.dev/blog/debug-shell?utm_source=relnotes

It's an alternative to https://docs.docker.com/reference/cli/docker/debug/, which is also a paid feature.

Debugging slim or distroless images is quite the pain, so a tool like this is worth it if you're frequently working on such images.