Docker: In the Spotlight – Part 1

Today Docker is becoming highly popular buzzword in the field of Virtualization and Cloud computing. Today there are so many businesses that are already moving their production application from virtual machines environment to Docker, In addition there are several banks who have already shifted their beta Docker deployments to fully production deployments. 

What is Docker?

As the Dockers says, Docker is, Build, Ship and Run, Any App, Anywhere! In layman’s terms, running an application with Docker is like running an application in its own little bubble. This means that application can run in isolation, so if it breaks or goes down, it doesn’t affect anything else.Virtual Machines have a similar use. So with a Virtual Machine you run an operating system on top of the base operating system or a bare metal Hypervisor. So if the VM breaks (or an application running on the VM breaks), the base system is isolated from this, and can stay up.How containers differ from VMs is that containers only virtualize the resources theapplication needs, VMs virtualize an entire OS. So containers use less of the base OS resources. Virtualization as we know it before the shared kernels arrived.

  • Type 1 hypervisors run directly on the host hardware. These hypervisors provide and manage resources among different running guest operating systems. Thus, the guest operating systems run two levels above the hardware.
  • Type 2 hypervisors run within the existing operating systems called host operating systems. In such hypervisors, the hardware sharing is emulated within a running process.

Containers provide virtualization while sharing the same kernel and, much like chroot, try to isolate the environment for a program. They cannot access the file system environment outside their own isolated file system. They combine the namespace, chroot and cgroup mechanisms to provide isolation to a user. Thus the user has control over its own environment and has an illusion of owning a physical hardware machine, where in fact they are sharing resources with different users. Since containers run on the same kernel, therefore each container runs only one level above the hardware.

Read Docker: In the Spotlight – Part 2 to understand about Docker Containers.

 
Share:

Related Posts

Cost savings in Data Streaming

Maximizing Cost Savings and Performance in Data Streaming: A Smarter Approach

In today’s data-driven world, businesses rely heavily on real-time data streaming for business operations. As companies migrate their workloads to the cloud, their expectations and understanding of…

Share:
Cybersecurity

Role of Cyber Security in Business Continuity

Cyber security plays a critical role in business continuity by mitigating risks, cyber-attacks, and by maintaining trust with customers and partners. Explore the crucial role of cybersecurity in ensuring business continuity!

Share:
Top Technology Trends 2025

Top Technology Trends to Watch Out for in 2025: A Calsoft Perspective

In 2024, we have seen Gen AI taking center stage, redefining the technology and industry landscape as we know it. Stepping into 2025, the technology landscape is…

Share:

6 Key Steps and Best Practices in Data Quality Management

Data is one of an organization’s most valuable assets. But what happens when that data isn’t trustworthy or accessible across teams? Most companies must deal with unreliable,…

Share:
Empowering Women at Calsoft: Shaping the Future Together

Empowering Women at Calsoft – Shaping the Future Together

At Calsoft, we believe that empowering women isn’t just about building a diverse workplace—it’s about creating a vibrant community that drives innovation and makes a lasting impact…

Share:
Potential of Multi-Cloud Strategy in Telco Digital Transformation

Potential of Multi-Cloud Strategy in Telco Digital Transformation

Recently, the telecom industry has been undergoing a digital transformation with the adoption of new technologies that transforms the way telcos operate. One such key technology which…

Share: