This document discusses runC, the reference implementation of the Open Container Initiative (OCI) runtime specification. It provides an overview of OCI and runC, including how runC uses an OCI configuration file and filesystem bundle to launch and run containers. It also demonstrates how to install, build, and run runC containers on Linux, including creating OCI bundles from Docker containers and using features like rootless containers, mounting host directories, and hooks.