Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 662 Bytes

index.md

File metadata and controls

19 lines (14 loc) · 662 Bytes
layout title hero
home
runC
true

About runC

runC is a CLI tool for spawning and running containers according to the OCI specification. The code can be found on Github.

Embeddable

Containers are started as a child process of runC and can be embedded into various other systems without having to run a daemon.

Battle Hardened

runC is built on libcontainer, the same container technology powering millions of Docker Engine installations.

Unopinionated

runC does not force you to have a particular workflow or deployment setup, it only requires a root filesystem and configuration.