From bb361623f63cb78aa5238802e8bbde913f1a9358 Mon Sep 17 00:00:00 2001 From: Ayoub Bousselmi Date: Fri, 11 Jan 2019 11:29:40 +0100 Subject: [PATCH 1/2] 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 3c431bb2e1..bb349894d9 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. From 9b9e5d63e03ef99150eef79c0284b2e40c03d005 Mon Sep 17 00:00:00 2001 From: Ayoub Bousselmi Date: Fri, 11 Jan 2019 11:31:05 +0100 Subject: [PATCH 2/2] Docs: network connect is no longer a limitation Remove the `network connect` limitation from `Limitations.md` as the limitation has been removed. Fixes #287. Signed-off-by: Ayoub Bousselmi --- Limitations.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Limitations.md b/Limitations.md index bb349894d9..6febccc7af 100644 --- a/Limitations.md +++ b/Limitations.md @@ -116,16 +116,6 @@ All other configurations are supported and are working properly. ## Networking -### Adding networks dynamically - -The runtime does not currently support adding networks to an already -running container (`docker network connect`). - -The VM network configuration is set up with what is defined by the CNM -plugin at startup time. Although it is possible to watch the networking namespace on the host to discover and propagate new networks at runtime, it is currently not implemented. - -See https://github.com/kata-containers/runtime/issues/113 for more information. - ### Docker swarm support The newest version of Docker supported is specified by the