Hacker News new | ask | show | jobs
by mariosisters 1215 days ago
I write code full time. I run Docker as little as possible, preferring to run everything “natively”. It’s so much simpler than figuring out how to get whatever shitty webstack working with reloading etc. It’s faster. Battery life is better. There’s no downside in my experience as macOS is a good enough *nix that almost everything Just Works™.

The only time I run Docker is to test an image locally, which is in general only to debug my Dockerfile.