Container 

Containers are a lightweight virtualization technology used to encapsulate software units of applications along with their dependencies and runtime environments. Compared to traditional virtual machines, containers are lighter because they share the host operating system's kernel and contain only the dependencies and runtime environments required by the application, rather than the entire operating system. 

Advantages 

Features

Use Cases

  • DevOps Continuous Delivery 
  • Microservice Governance
  • Elastic Scaling

DevOps Continuous Delivery 

DevOps automation enables end-to-end automation from code changes to code builds, image builds, and application deployments. Each integration or delivery provides real-time feedback on the results.