Microservices are all about stateless and ephemeral workloads, and containers are great microservices. This may suggest that that Docker is all about ephemeral storage. In…
The previous post about virtualization and containerization brought up some underlying technologies which Docker build containers on, including: In this post we further discuss the…