Slide 5
Slide 5 text
What is Container Runtime
⚫Container Runtime is spawning and running containers
according to the OCI specification.
⚫OCI specification
• https://github.com/opencontainers/runtime-spec
⚫Container Runtime needs
• config.json which is a configuration file for container guest
–environment variables, Linux namespace, seccomp, etc.
• rootfs for a container guest
5