frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Telegram's founder Pavel Durov sends alarmist message to all Telegram users

13•skerit•52m ago•5 comments

Ask HN: How are founders finding investors without warm intros in 2025?

2•paulwilsonn•1h ago•2 comments

Looking for 5 B2C startups or agencies to pilot next-gen product discovery

2•AdityaBuilds•4h ago•1 comments

Ask HN: Build Your Own LLM?

5•retube•4h ago•6 comments

Ask HN: Does anyone want to take on the payment processing networks with me?

10•ziyadparekh•19h ago•8 comments

Ask HN: Anyone using Cursor/Claude Code for non-coding workflows?

4•opuslabs•23h ago•2 comments

Ask HN: Most effective way to reduce excessive digital media consumption?

14•SeanAnderson•1d ago•34 comments

Ask HN: How to find a non-technical co-founder/sales person?

8•darkhorse13•23h ago•9 comments

GitHub Actions seem to be down

8•arbol•23h ago•1 comments

Ask HN: Why aren't wet labs more automated?

5•andrewrn•1d ago•6 comments

Ask HN: Low entry barrier hobby that can potentially generate income?

8•shivajikobardan•1d ago•12 comments

Ask HN: Any advice on pivoting out of VC-backed tech?

87•AbstractH24•4d ago•60 comments

Ask HN: Great Firewall in Iran?

10•minebreaker•2d ago•13 comments

Ask HN: Why is software quality collapsing?

69•razoorka•5d ago•112 comments

Ask HN: Do you roll your own agent or use a framework?

11•break_the_bank•3d ago•7 comments

Ask HN: Why did COM/SOAP/other protocols fail?

26•smj-edison•6d ago•56 comments

From Docker Desktop (300% CPU) to Colima and Portainer (0.2%) on macOS

11•muthuishere•3d ago•1 comments

Ask HN: Career Burnout Looking for Options

20•ultrasounder•2d ago•26 comments

Ask HN: What do you wish existed? (October 2025)

11•pwlm•3d ago•17 comments

Will BEP29 of BitTorrent be updated in the near future?

6•Xquenda•3d ago•0 comments

Ask HN: Apple won't let me sign up for the developer program. What do I do?

2•Jean-Philipe•4d ago•2 comments

Ask HN: What's the best hackable smart TV?

3•xrd•4d ago•1 comments

You've reached the end!

Open in hackernews

From Docker Desktop (300% CPU) to Colima and Portainer (0.2%) on macOS

11•muthuishere•3d ago
Docker Desktop on macOS often sits in a VM that constantly sucks CPU. For years I tolerated it—until today, when running just two Node.js apps + one Python app pegged my system, froze the UI.

I switched to Colima and pointed docker context use colima. Then added Portainer for UI (docker run -d -p 9000:9000 ...).

With the same compose setup, Colima usage dropped to ~0.2%

Portainer provides containers/images/console UI

All while keeping the Docker CLI workflow

Full write-up (with screenshots) here: https://muthuishere.medium.com/docker-desktop-colima-portainer-my-mac-finally-breathes-b70d82d6cf0f

Comments

metadat•3d ago
Have you tried Orbstack? Curious how they compare.

And yeah, docker desktop is Rough on macOS!