RunC 简介

安装 libseccomp-dev

$ apt libseccomp-dev

$ -p $HOME/go/src/github.com

$ go get github.com/opencontainers/runc

$ cd $HOME/go/src/github.com/opencontainers/-rc5

$ git status

$

$ runc -v

-p /tmp/mycontainer//tmp/| -C rootfs -xvf -

$ runc spec

$ runc -h

$ runc help subcommand

$ cd /tmp/mycontainer

$ runc create mybusybox

$ runc list

$ runc state mybusybox

$ runc mybusybox

$ runc start

$ runc exec mybusybox

$ runc delete mybusybox

$ runc run mybusybox

$ runc mybusybox

$ runc mybusybox

$ runc pause mybusybox

$ runc resume mybusybox

$ runc events mybusybox

$ runc spec --rootless

$ runc --root /tmp/runc run mybusybox

相关文章

Docker是什么Docker是 Docker.Inc 公司开源的一个基于 LXC技...
本文为原创,原始地址为:http://www.cnblogs.com/fengzheng...
镜像操作列出镜像:$ sudo docker imagesREPOSITORY TAG IMA...
本文原创,原文地址为:http://www.cnblogs.com/fengzheng/p...
在 Docker 中,如果你修改了一个容器的内容并希望将这些更改...
在Docker中,--privileged 参数给予容器内的进程几乎相同的权...