Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
docs: Remove spec command limitation
Browse files Browse the repository at this point in the history
Update the limitations document to remove the `spec` command limitation
(implemented on kata-containers/runtime#196).

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Apr 17, 2018
1 parent b5be17d commit 2f2956e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -127,12 +126,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
Expand Down

0 comments on commit 2f2956e

Please sign in to comment.