Description

Type of

Linux Containers (LXC)

  • aim to align with a specific distribution of Linux
  • System Containers - simulate a full operating system and let you run multiple processes at the same time

Docker Containers

  • aim to be distro-less and focus on the applications and dependencies
  • Application Containers - package a single process or application