74bfe500e4
With this patch, `runc start` command can start mulit-containers at one command this patch also checks the argument of the `start` command. root@ubuntu:# runc list ID PID STATUS BUNDLE CREATED a 0 stopped /mycontainer 2016-09-23T08:56:42.754026567Z b 62979 created /mycontainer 2016-09-23T09:01:36.421976458Z c 62993 running /mycontainer 2016-09-23T09:01:38.105940389Z d 63006 created /mycontainer 2016-09-23T09:01:39.65441942Z e 63020 created /mycontainer 2016-09-23T09:01:40.989995515Z root@ubuntu:# runc start runc: "start" requires a minimum of 1 argument root@ubuntu:# runc start a b c d e f cannot start a container that has run and stopped cannot start an already running container container f is not exist all or part of the containers start failed root@ubuntu:# runc list ID PID STATUS BUNDLE CREATED a 0 stopped /mycontainer 2016-09-23T08:56:42.754026567Z b 62979 running /mycontainer 2016-09-23T09:01:36.421976458Z c 62993 running /mycontainer 2016-09-23T09:01:38.105940389Z d 63006 running /mycontainer 2016-09-23T09:01:39.65441942Z e 63020 running /mycontainer 2016-09-23T09:01:40.989995515Z Signed-off-by: Wang Long <long.wanglong@huawei.com> |
||
---|---|---|
.. | ||
README.md | ||
md2man-all.sh | ||
runc-checkpoint.8.md | ||
runc-create.8.md | ||
runc-delete.8.md | ||
runc-events.8.md | ||
runc-exec.8.md | ||
runc-kill.8.md | ||
runc-list.8.md | ||
runc-pause.8.md | ||
runc-ps.8.md | ||
runc-restore.8.md | ||
runc-resume.8.md | ||
runc-run.8.md | ||
runc-spec.8.md | ||
runc-start.8.md | ||
runc-state.8.md | ||
runc-update.8.md | ||
runc.8.md |
README.md
runc man pages
This directory contains man pages for runc in markdown format.
To generate man pages from it, use this command
./md2man-all.sh
You will see man pages generated under the man8 directory.