0PricingLogin
Cyber Security Academy · Lesson

Container Threats

Risks in Docker and images.

What Is a Container

A container packages an application together with its dependencies so it runs the same way everywhere.

Tools like Docker made containers popular because they start fast and are lightweight compared to virtual machines.

Shared Kernel Risk

Unlike virtual machines, containers on the same host share the operating system kernel.

If an attacker escapes a container, that shared kernel can become a path to the host and to other containers.

All lessons in this course

  1. Container Threats
  2. Image Scanning
  3. Runtime Security
  4. Kubernetes Security Basics
← Back to Cyber Security Academy