Posted in: Blog

How Docker images work on Cloud

Recall we said the container image becomes the unit we use to distribute applications. We also mentioned the container is in a standardized format used by both our developer and operation teams. Here we’ll look at the differences between software, packages, and images as used in Docker. Knowing the differences between these concepts will help […]

Posted in: Blog

What is Docker?

Before we start our quick tour of Docker containers, let’s have a look at how our team develops and deploy applications. We’ll also briefly discuss some of the challenges faced by our teams. The process of developing and managing applications in your company typically includes one or more teams. There’s a development team that creates […]