slackbuilds/system/runc
Asaf Ohayon 112b58229e system/runc: Added (lightweight portable containers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-09-08 19:25:02 +07:00
..
README system/runc: Added (lightweight portable containers). 2016-09-08 19:25:02 +07:00
runc.SlackBuild system/runc: Added (lightweight portable containers). 2016-09-08 19:25:02 +07:00
runc.info system/runc: Added (lightweight portable containers). 2016-09-08 19:25:02 +07:00
slack-desc system/runc: Added (lightweight portable containers). 2016-09-08 19:25:02 +07:00

README

runC is a CLI tool for spawning and running containers according to the OCP
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 Docker daemon.

Battle Hardened

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

Compatible with Docker

Docker images can be run with runC.