Linux containers

E203903

Linux containers are lightweight, isolated environments that package applications and their dependencies to run consistently across different Linux systems using shared operating system resources.

All labels observed (3)

Label Occurrences
Linux Containers 1
Linux containers canonical 1
Linux namespaces 1

How this entity was disambiguated

Statements (59)

Predicate Object
instanceOf operating-system-level virtualization technology
software container technology
canBeManagedBy CRI-O
Docker
LXC
podman
surface form: Podman

containerd
canBeOrchestratedBy Apache Mesos
Docker Swarm
Kubernetes
commonlyUsesFilesystem UnionFS
surface form: AUFS

Btrfs
UnionFS
surface form: OverlayFS

ZFS file system
surface form: ZFS
comparedTo virtual machines
enables DevOps workflows
consistent runtime environments across systems
continuous integration and continuous delivery
high density application deployment
microservices architectures
packaging applications with dependencies
hasProperty ephemeral by default
fast startup time
lightweight
low overhead
portable across Linux distributions
provides IPC namespace isolation
PID namespace isolation
UTS namespace isolation
filesystem isolation
mount namespace isolation
network isolation
process isolation
resource isolation
user namespace isolation
relatedConcept container image registry
container runtime
pods in Kubernetes
runsOn Linux
securityDependsOn correct configuration of namespaces and cgroups
kernel isolation mechanisms
shares host operating system kernel
standardizedBy Open Container Initiative
supports image-based distribution
immutable infrastructure patterns
usedFor application sandboxing
continuous integration jobs
multi-tenant hosting
serverless function runtimes
testing and development environments
uses container images
union filesystems
usesKernelFeature AppArmor
Linux control groups
Linux namespaces
SELinux
capabilities
chroot
seccomp

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

LXD supports Linux containers
Linux Security Modules API relatedTo Linux containers
this entity surface form: Linux namespaces
LXC fullName Linux containers
this entity surface form: Linux Containers