CMD + K

runc

Community

CLI tool for spawning and running containers according to the OCI specification

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::runc

Usage Tracking

1.4.0
1.3.4
1.2.9
1.2.7
1.1.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

runc is a command line client for running applications packaged according to the Open Container Initiative (OCI) format and is a compliant implementation of the Open Container Initiative specification.

runc integrates well with existing process supervisors to provide a production container runtime environment for applications. It can be used with your existing process monitoring tools and the container will be spawned as a direct child of the process supervisor.

Containers are configured using bundles. A bundle for a container is a directory that includes a specification file named "config.json" and a root filesystem. The root filesystem contains the contents of the container.

To start a new instance of a container:

runc start [ -b bundle ]

Where "" is your name for the instance of the container that you are starting. The name you provide for the container instance must be unique on your host. Providing the bundle directory using "-b" is optional. The default value for "bundle" is the current directory.

About

Summary

CLI tool for spawning and running containers according to the OCI specification

Last Updated

Dec 5, 2025 at 02:23

License

Apache-2.0

Total Downloads

46.1K

Supported Platforms

linux-64
linux-ppc64le
linux-aarch64