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.
1 2
cd /root git clone https://github.com/opencontainers/runc -b v1.1.0
- Compile the source code.
1 2
cd runc make

- Install runC.
1make install
- Check whether runC is successfully installed.
1runc --versionIf the runC version is displayed, the installation is successful.
Parent topic: Deploying the Kubernetes Cluster