Containers provide to decouple applications with their own os,
dependencies and libraries, perfect match to microservices deployments.
▪ Microservices can deployed separately in a container. Each microservice can
deploy independently with containers.
▪ Since deployed microservices separate container, we can scale as per their
volume of traffics.
▪ Changes can be applied independently while other container stay not
changed.
▪ New features can be applied and rollback very easy with container
deployments.
▪ Docker is defacto standard for containerization of microservices