Next.js is definitely a very good solution for making modern web applications, it's fast, simple, and reliable. It works very well also with Docker, you can build a production image with a few lines of Dockerfile, and deploy your app to the world.
H... (more…)
Read more »
At Brigade, we’ve been using Docker both for development and production with great success for the past two years. While a post about how…
Read more »
Containers are increasingly used for CLI apps & dev envs, not just servers. But the host filesystem owner matching problem can kill productivity. Now what? (more…)
Read more »
In Building a Custom Jenkins Docker Image - Part 1 we disabled the Jenkins install wizard and installed the default plugins. In part 2, I want to focus on ensuring the build tools are installed. The target end state of our build infrastructure must includ... (more…)
Read more »