About Anaconda Help Download Anaconda

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

copied from cf-staging / runc

Installers

  • linux-64 v1.1.0
  • linux-ppc64le v1.1.0
  • linux-aarch64 v1.1.0

conda install

To install this package run one of the following:
conda install conda-forge::runc

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy