mirror of https://github.com/docker/docs.git
Fixing the wasmtime path in alternative-runtimes.md
Fixing the wasmtime path in alternative-runtimes.md
This commit is contained in:
parent
eeadba9581
commit
783876b938
|
@ -115,7 +115,7 @@ The following examples show you how to set up and use alternative container
|
|||
runtimes with Docker Engine.
|
||||
|
||||
- [youki](#youki)
|
||||
- [Wasmtime](#youki)
|
||||
- [Wasmtime](#wasmtime)
|
||||
|
||||
### youki
|
||||
|
||||
|
@ -235,4 +235,4 @@ $ docker run --rm \
|
|||
- To learn more about the configuration options for container runtimes,
|
||||
see [Configure container runtimes](./reference/commandline/dockerd.md#configure-container-runtimes).
|
||||
- You can configure which runtime that the daemon should use as its default.
|
||||
Refer to [Configure the default container runtime](./reference/commandline/dockerd.md#configure-the-default-container-runtime).
|
||||
Refer to [Configure the default container runtime](./reference/commandline/dockerd.md#configure-the-default-container-runtime).
|
||||
|
|
Loading…
Reference in New Issue