cd /root git clone https://github.com/opencontainers/runc
cd runc make
make install
runc --version
如果命令返回runC版本号,即表示安装成功。