|
|
|
|
|
by c-hendricks
603 days ago
|
|
I love Docker (more so the idea of containers). Use it almost everywhere: self hosting services, at work everything is deployed as a docker container. Except local development. Absolutely hate the "oh need to add a dependency, gotta rebuild everything" flow. I do use it if the project I'm developing against needs a DB/redis/etc, but I don't think there's a chance I'm going back to using it for local development. In fact, at work, the project where we do use docker in development actually causes the most headaches getting up and running. I use a combination of CPU architectures, so the idea of running _exactly_ what's in production when developing is already out the window. |
|
I reserve Docker and Containers for that use case where I really would have headaches if it is no there, and have not still found such a case in all the works I've done.