From 3e8400eee9cdd7fa004bb47f8db8e57cbe9cddcc Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 17 Apr 2018 09:44:18 +0100 Subject: [PATCH] docs: Remove spec command limitation Update the limitations document to remove the `spec` command limitation (implemented on https://github.com/kata-containers/runtime/pull/196). Signed-off-by: James O. D. Hunt --- Limitations.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Limitations.md b/Limitations.md index 0b7660ebc6..5e84397d32 100644 --- a/Limitations.md +++ b/Limitations.md @@ -7,7 +7,6 @@ * [checkpoint and restore](#checkpoint-and-restore) * [events command](#events-command) * [ps command](#ps-command) - * [spec command](#spec-command) * [update command](#update-command) * [Networking](#networking) * [Adding networks dynamically](#adding-networks-dynamically) @@ -126,12 +125,6 @@ Note that the OCI standard does not specify a `ps` command. See issue https://github.com/kata-containers/runtime/issues/129 for more information. -### spec command - -The runtime does not implement the `spec` command. `runc` provides a command that generates a JSON-format template specification file that the Kata Containers runtime can use. The addition of a `spec` command to the Kata Containers runtime is a duplication that would likely continuously try to keep up with `runc`. - -See issue https://github.com/kata-containers/runtime/issues/188 for more information. - ### update command The runtime does not currently implement the update command, hence