docs: Update documentation with new subcommand forms

Remove the old subcommands from the documentation and replace them with
the new form (without the redundant `kata-` prefix).

Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
This commit is contained in:
Daniel Knittl-Frank
2020-10-24 12:36:56 +02:00
parent d2fe709174
commit bb19fcb936
7 changed files with 9 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ The runtime has a built-in command to determine if your host system is capable
of running and creating a Kata Container:
```bash
$ kata-runtime kata-check
$ kata-runtime check
```
> **Note:**
@@ -135,7 +135,7 @@ To see details of your systems runtime environment (including the location of
the configuration file being used), run:
```bash
$ kata-runtime kata-env
$ kata-runtime env
```
## Logging