From bb361623f63cb78aa5238802e8bbde913f1a9358 Mon Sep 17 00:00:00 2001 From: Ayoub Bousselmi Date: Fri, 11 Jan 2019 11:29:40 +0100 Subject: [PATCH] Docs: ps is no longer a limitation Remove the `ps` limitation from `Limitations.md` as the limitation has been removed. Fixes #342. Signed-off-by: Ayoub Bousselmi --- Limitations.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Limitations.md b/Limitations.md index 3c431bb2e..bb349894d 100644 --- a/Limitations.md +++ b/Limitations.md @@ -109,19 +109,6 @@ Note that the OCI standard does not specify an `events` command. See issue https://github.com/kata-containers/runtime/issues/308 and https://github.com/kata-containers/runtime/issues/309 for more information. -### ps command - -The Kata Containers runtime does not currently support the `ps` command. - -Note that this is *not* the same as the `docker ps` command. The runtime `ps` -command lists the processes running within a container. The `docker ps` -command lists the containers themselves. The runtime `ps` command is -invoked from `docker top`. - -Note that the OCI standard does not specify a `ps` command. - -See issue https://github.com/kata-containers/runtime/issues/129 for more information. - ### update command Currently, only block I/O weight is not supported.