Explore Docker layers using Dive
We know that the Docker image is built up from a series of layers. Each layer represents an instruction in the image’s Dockerfile. Consider the...
Do you inspect your containers?
With the increasing adoption of containers and microservices in the enterprises, there are also risks that come along with containers. For example, If any one...
Key takeaways from Containers Adoption & Use Cases 2019 Survey Results
Around Nov 2019, I have reached out to you all on Containers Adoption & Use Cases survey to evaluate how enterprises are currently using containers...
Take look at Podman, Red Hat’s daemon-less Docker Alternative
Podman is a new, open-source, container engine that works seamlessly with containers as well as pods. This project is different because it doesn’t actually depend...
Using Docker Application Packages to Deliver Apps across Teams
Cloud native applications typically use different technologies, each with their own packaging formats. For example, If you’re working on Microsoft Azure then it would be...