Live data from Hacker News

Ask HN: What alternatives to Docker Desktop are people using?

news.ycombinator.com

1–10 of 10 posts

Re: Ask HN: What alternatives to Docker Desktop are people using?

#2
I have been enjoying containerd & nerdctl on Debian for almost 2 years after being a docker user for ~7 years.

nerdctl uses the same syntax, all my compose.yml files still worked, been a very stable experience, have never considered going back

no comment on winders or macs options, never touch them for dev work

Re: Ask HN: What alternatives to Docker Desktop are people using?

#3

I have been enjoying containerd & nerdctl on Debian for almost 2 years after being a docker user for ~7 years. nerdctl uses the same syntax, all my compose.yml files still worked, been a very stable experience, have never considered going back no comment on winders or macs options, never touch them for dev work

Nice, are you collaborating with developers at your company? Or is this more for personal use?