mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 22:24:14 +00:00
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 <james.o.hunt@intel.com>
This commit is contained in:
parent
4aa57d2e2c
commit
3e8400eee9
@ -7,7 +7,6 @@
|
|||||||
* [checkpoint and restore](#checkpoint-and-restore)
|
* [checkpoint and restore](#checkpoint-and-restore)
|
||||||
* [events command](#events-command)
|
* [events command](#events-command)
|
||||||
* [ps command](#ps-command)
|
* [ps command](#ps-command)
|
||||||
* [spec command](#spec-command)
|
|
||||||
* [update command](#update-command)
|
* [update command](#update-command)
|
||||||
* [Networking](#networking)
|
* [Networking](#networking)
|
||||||
* [Adding networks dynamically](#adding-networks-dynamically)
|
* [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.
|
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
|
### update command
|
||||||
|
|
||||||
The runtime does not currently implement the update command, hence
|
The runtime does not currently implement the update command, hence
|
||||||
|
Loading…
Reference in New Issue
Block a user