Fixed wording in docs, and broken link
Signed-off-by: Emmanuel Ramos <emmanuel.ramos2@ibm.com>
This commit is contained in:
@@ -21,7 +21,7 @@ External plugins allow extending containerd's functionality using an officially
|
||||
released version of containerd without needing to recompile the daemon to add a
|
||||
plugin.
|
||||
|
||||
containerd allows extensions through two method:
|
||||
containerd allows extensions through two methods:
|
||||
- via a binary available in containerd's PATH
|
||||
- by configuring containerd to proxy to another gRPC service
|
||||
|
||||
@@ -32,7 +32,7 @@ These binaries are used to start the shim process for containerd and allows
|
||||
containerd to manage those containers using the runtime shim api returned by
|
||||
the binary.
|
||||
|
||||
See [runtime v2 documentation](runtime/v2/README.md)
|
||||
See [runtime v2 documentation](../runtime/v2/README.md)
|
||||
|
||||
### Proxy Plugins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user