Mateusz Bełczowski
Posted on November 15, 2019
I've been using Docker and Docker-Compose for more than two years and I really can see a lot of benefits when it comes to CI/CD pipelines and deployment.
On the other hand, it seems like the use of Docker can slow down the local development process. Just a few examples from the top of my head:
- more complicated setup (if you want to have auto-reloading and avoid building new version on every change)
- running a single test can be much slower (the cost of bringing up the containers)
- cost of installing new packages
- etc.
What is your experience when it comes to using Docker for development? What are the tricks that can make easier and more efficient? I'm curious to see your ideas :)
💖 💪 🙅 🚩
Mateusz Bełczowski
Posted on November 15, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
docker You run containers, not dockers - Discussing Docker variants, components and versioning
October 27, 2024
devops Automating Workflows: Harnessing GitHub Actions, Docker, and GitHub npm Package
April 24, 2024
undefined Improving Website Performance: Utilizing Webpack for Efficient File Compression and Optimization.
August 4, 2023