mirror of https://github.com/docker/docs.git
engine: fix link to containerd shim api readme
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
b9cd394bf2
commit
87e9861434
|
@ -17,7 +17,7 @@ By default, containerd uses runc as its container runtime.
|
|||
## What runtimes can I use?
|
||||
|
||||
You can use any runtime that implements the containerd
|
||||
[shim API](https://github.com/containerd/containerd/blob/main/runtime/v2/README.md).
|
||||
[shim API](https://github.com/containerd/containerd/blob/main/core/runtime/v2/README.md).
|
||||
Such runtimes ship with a containerd shim, and you can use them without any
|
||||
additional configuration. See [Use containerd shims](#use-containerd-shims).
|
||||
|
||||
|
|
Loading…
Reference in New Issue