slackbuilds_ponce/system/runc
Willy Sudiarto Raharjo aef9aa7071
system/runc: Updated for version 1.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-21 08:25:34 +07:00
..
README
runc.info
runc.SlackBuild
slack-desc

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.