Installing runC
- Install runC on the management and compute nodes.
- If you do not have access to the Internet, configure a
proxy .
Procedure
- Clone the runC repository code.
cd /root git clone https://github.com/opencontainers/runc
- Compile the source code.
cd runc make

- Install runC.
make install

- Check whether runC is successfully installed.
runc --version
If the runC version is displayed, the installation is successful.
Parent topic: Deploying the Kubernetes Cluster