←back to thread

1101 points codesmash | 4 comments | | HN request time: 0s | source
Show context
delduca ◴[] No.45137681[source]
I have ditched docker desktop on macOS for OrbStack.
replies(1): >>45137741 #
chrisweekly ◴[] No.45137741[source]
OrbStack looks pretty nice, BUT an $8/mo/user subscription? Blech.
replies(5): >>45137783 #>>45137871 #>>45137938 #>>45138266 #>>45139469 #
jbverschoor ◴[] No.45137783[source]
vs $11 for docker? blech
replies(1): >>45138962 #
1. elliottr1234 ◴[] No.45138962[source]
Honestly just the debug shell alone is worth a good amount of $. You can remotely run shell commands on your deployed docker container and install packages that are not available in the base image without modifying the base image which can be a life saver.

https://docs.orbstack.dev/features/debug

Let alone the local resource monitor, increased, performance, automated local domains (no more complicated docker network settings to get your app working with local host), and more.

replies(2): >>45141501 #>>45147996 #
2. chrisweekly ◴[] No.45141501[source]
it does sound pretty compelling
replies(1): >>45147997 #
3. jbverschoor ◴[] No.45147996[source]
Check out my tool https://github.com/jrz/container-shell

I basically use (orbstack) docker containers as light weight VM, easily accessible through multiple shells and they shutdown when nothing is running anymore.

I use them for development isolation? Or when I need to run some tool. It mounts the current directory, so your container is chrooted to that project.

4. jbverschoor ◴[] No.45147997[source]
See my other reply