Slide 15
Slide 15 text
Container runtimes
• Mechanism for starting and
managing container workloads
• (Linux containers) Set up
cgroups, namespaces,
filesystems, capabilities,
seccomp, etc.
• OCI runtime specification
• Command-line interface for setting up
a container
• On-disk “bundle”
• Root filesystem
• JSON file describing configuration
• runc
• Reference implementation
• Split out from Docker