|
|
|
|
|
by nefasti
3432 days ago
|
|
Docker for local development for us been a pain in the butt.
- We've hit performance problems with the filesystem,
- Problem with caching things like yarn and npm install
- The need to constantly rebuild the images for changes to be picked up.
- Dificulty dealing with single docker file for prod and testing, making us want to montain 2 docker files. Probably some bad setup of our part, but we've been using on production with kubernetes and none of those problems. We're still using the compose to bootstrap database, caching, etc. |
|
It sounds as though your setup doesn't work with the immutable filesystems introduced by docker. That's not an issue with docker at all - just something to learn.
I can't imagine dev or deployment without docker any more - all of my tests, yarn installs, dev workflow and prod runs through it.