Docker provides a powerful tool for creating lightweight images and containerized processes, but did you know it can make your development environment part of the DevOps pipeline too? Whether you're ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Virtual machines were the cock of the walk fifteen years ago, but they have fallen out of favor ...
CI/CD pipelines are optimized for code deployments. Long-running operational processes and self-service workflows can be ...
There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when you run integration tests, each CI job can start the database ...