Rate This Document
Findability
Accuracy
Completeness
Readability

Installing runC

  • Install runC on the management and compute nodes.
  • If you do not have access to the Internet, configure a proxy .

Procedure

  1. Clone the runC repository code.
    cd /root
    git clone https://github.com/opencontainers/runc
  2. Compile the source code.
    cd runc
    make

  3. Install runC.
    make install

  4. Check whether runC is successfully installed.
    runc --version

    If the runC version is displayed, the installation is successful.