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 <abousselmi@users.noreply.github.com>
This commit is contained in:
Ayoub Bousselmi 2019-01-11 11:29:40 +01:00 committed by abousselmi
parent 4977445cc5
commit bb361623f6

View File

@ -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.