slackbuilds/system/runc
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
runc.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
runc.info system/runc: Updated for version 1.0.0-rc93 2021-04-26 11:49:44 +07:00
slack-desc system/runc: Updated for version 1.0.0_rc4_3f2f8b8. 2017-11-04 07:17:36 +07:00

README

runC is a CLI tool for spawning and running containers according to the
OCI specification.  Containers are started as a child process of runC
and can be embedded into various other systems without having to run a
daemon.  runC is built on libcontainer, the same container technology
powering millions of Docker Engine installations.  runC does not force
you to have a particular workflow or deployment setup, it only requires
a root filesystem and configuration.

Docker images can be run with runC.