Only allow single container operation

As per the discussions in #1156 , we think it's a bad
idea to allow multi container operations in runc. So
revert it.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang
2017-03-08 10:02:39 +08:00
parent 66781a7810
commit e0c7b6ceb7
10 changed files with 87 additions and 280 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
runc pause - pause suspends all processes inside the container
# SYNOPSIS
runc pause <container-id> [container-id...]
runc pause <container-id>
Where "<container-id>" is the name for the instance of the container to be
paused.