Category: Docker, Infrastructure, automation, ansible, puppet

Most modern applications requires complicated installations and integrations every time they are deployed leading to slow delivery process, reduce service quality , frequent downtime that leads to challenges for business, developers and IT operations A continuous feedback with ‘automate everything’ paradigm leads to rapid iteration and delivery.

They are consistent environment and tools , predictable building blocks and it leads to faster deployment

They create consistent images from dev to prod, Replicate more of production environment locally and shift system and integration test to developer environment.

For QA folks where environment is a challenge during the System tests, the container helps in creation of application environments with dependencies that can be deployed in any environments and can be easily shared.

Related Articles