Kubernetes: Why is it popular?
Kubernetes (k8s) offers many solutions for containerized applications. We have a look at why it is so popular and how does it solve issues of operating large containerized applications.
Docker dangling images
Images that are not referenced by other images in a system are referred to as dangling images. These images take up system space and they are safe to remove. This shows you how to remove them.