Provide more useful help information for ctr
`ctr containers/checkpoints` contains lots of important subcommands, but now help command can't show subcommands. Adding subcommands to help information will avoid user from digging into the code for getting necessary command list. Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
@@ -14,7 +14,7 @@ The included `ctr` command-line tool allows you interact with the containerd dae
|
||||
$ sudo ctr containers start redis /containers/redis
|
||||
$ sudo ctr containers list
|
||||
ID PATH STATUS PROCESSES
|
||||
1 /containers/redis running 14063
|
||||
redis /containers/redis running 14063
|
||||
```
|
||||
|
||||
`/containers/redis` is the path to an OCI bundle. [See the docs for more information.](docs/bundle.md)
|
||||
|
||||
Reference in New Issue
Block a user