chore: mv wasm and containerd pages

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-11-22 16:08:49 +01:00
parent cca96a792d
commit aa829858b5
6 changed files with 12 additions and 12 deletions

View File

@ -58,7 +58,7 @@ $ docker buildx build --sbom=true --provenance=true .
> >
> - Use a `docker-container` driver with the `--push` flag to push the image to > - Use a `docker-container` driver with the `--push` flag to push the image to
> a registry directly. > a registry directly.
> - Enable the [containerd image store](../../desktop/containerd/_index.md). > - Enable the [containerd image store](../../desktop/containerd.md).
> **Note** > **Note**
> >

View File

@ -11,7 +11,7 @@ image and file system management in the Docker Engine.
> **Beta** > **Beta**
> >
> The containerd image store feature is currently in > The containerd image store feature is currently in
> [Beta](../../release-lifecycle.md/#beta). We recommend that you do not use > [Beta](../release-lifecycle.md/#beta). We recommend that you do not use
> this feature in production environments as this feature may change or be > this feature in production environments as this feature may change or be
> removed from future releases. > removed from future releases.
{ .experimental } { .experimental }
@ -34,7 +34,7 @@ Docker Engine, including:
or [nydus][2] and [dragonfly][3] for peer-to-peer image distribution. or [nydus][2] and [dragonfly][3] for peer-to-peer image distribution.
- Natively store and build multi-platform images, and other OCI content types - Natively store and build multi-platform images, and other OCI content types
that may emerge in the future. that may emerge in the future.
- Ability to run [Wasm](../wasm/_index.md) containers - Ability to run [Wasm](wasm.md) containers
[1]: https://github.com/containerd/stargz-snapshotter [1]: https://github.com/containerd/stargz-snapshotter
[2]: https://github.com/containerd/nydus-snapshotter [2]: https://github.com/containerd/nydus-snapshotter
@ -147,7 +147,7 @@ d28bdb47b683: Pushed
Inspecting the tag on Docker Hub shows that the image is available for multiple platforms. Inspecting the tag on Docker Hub shows that the image is available for multiple platforms.
![Multiplatform image tag on Docker Hub](../images/containerd_multiplatform.png) ![Multiplatform image tag on Docker Hub](images/containerd_multiplatform.png)
## Known issues ## Known issues

View File

@ -176,7 +176,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re
- [Compose v2.22.0](https://github.com/docker/compose/releases/tag/v2.22.0) - [Compose v2.22.0](https://github.com/docker/compose/releases/tag/v2.22.0)
- [Go 1.21.1](https://github.com/golang/go/releases/tag/go1.21.1) - [Go 1.21.1](https://github.com/golang/go/releases/tag/go1.21.1)
- [Wasm](../desktop/wasm/_index.md) runtimes: - [Wasm](../desktop/wasm.md) runtimes:
- wasmtime, wasmedge `v0.2.0`. - wasmtime, wasmedge `v0.2.0`.
- lunatic, slight, spin, and wws`v0.9.1`. - lunatic, slight, spin, and wws`v0.9.1`.
- Added wasmer wasm shims. - Added wasmer wasm shims.
@ -237,7 +237,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re
- [Compose v2.21.0](https://github.com/docker/compose/releases/tag/v2.21.0) - [Compose v2.21.0](https://github.com/docker/compose/releases/tag/v2.21.0)
- [Docker Engine v24.0.6](https://docs.docker.com/engine/release-notes/24.0/#2406) - [Docker Engine v24.0.6](https://docs.docker.com/engine/release-notes/24.0/#2406)
- [Docker Scout CLI v0.24.1](https://github.com/docker/scout-cli/releases/tag/v0.24.1). - [Docker Scout CLI v0.24.1](https://github.com/docker/scout-cli/releases/tag/v0.24.1).
- [Wasm](../desktop/wasm/_index.md) runtimes: - [Wasm](../desktop/wasm.md) runtimes:
- wasmtime, wasmedge revision `d0a1a1cd`. - wasmtime, wasmedge revision `d0a1a1cd`.
- slight and spin wasm `v0.9.0`. - slight and spin wasm `v0.9.0`.

View File

@ -7,7 +7,7 @@ toc_max: 3
> **Beta** > **Beta**
> >
> The Wasm feature is currently in [Beta](../../release-lifecycle.md/#beta). > The Wasm feature is currently in [Beta](../release-lifecycle.md/#beta).
> We recommend that you do not use this feature in production environments as > We recommend that you do not use this feature in production environments as
> this feature may change or be removed from future releases. > this feature may change or be removed from future releases.
{ .experimental } { .experimental }
@ -21,7 +21,7 @@ alongside your Linux containers in Docker.
## Turn on Wasm workloads ## Turn on Wasm workloads
Wasm workloads require the [containerd image store](../containerd/index.md) Wasm workloads require the [containerd image store](containerd.md)
feature to be turned on. If youre not already using the containerd image store, feature to be turned on. If youre not already using the containerd image store,
then pre-existing images and containers will be inaccessible. then pre-existing images and containers will be inaccessible.
@ -191,7 +191,7 @@ containerd image store, an error similar to the following displays:
docker: Error response from daemon: Unknown runtime specified io.containerd.wasmedge.v1. docker: Error response from daemon: Unknown runtime specified io.containerd.wasmedge.v1.
``` ```
[Turn on the containerd feature](../containerd/index.md#turn-on-the-containerd-image-store-feature) [Turn on the containerd feature](containerd.md#turn-on-the-containerd-image-store-feature)
in Docker Desktop settings and try again. in Docker Desktop settings and try again.
### Failed to start shim: failed to resolve runtime path ### Failed to start shim: failed to resolve runtime path

View File

@ -72,7 +72,7 @@ analysis is activated.
Scout uses attestations to provide more fine-grained analysis results. Scout uses attestations to provide more fine-grained analysis results.
The default `docker` driver only supports build attestations if you use the The default `docker` driver only supports build attestations if you use the
[containerd image store](../desktop/containerd/_index.md). [containerd image store](../desktop/containerd.md).
3. Go to the [Docker Scout Dashboard](https://scout.docker.com/) 3. Go to the [Docker Scout Dashboard](https://scout.docker.com/)
4. Sign in with your Docker ID. 4. Sign in with your Docker ID.

View File

@ -78,7 +78,7 @@ $ docker build --tag <org>/<image> \
The default, non-containerd image store doesn't currently support images with The default, non-containerd image store doesn't currently support images with
attestations. To build images with SBOM attestations, you can either turn on attestations. To build images with SBOM attestations, you can either turn on
the [containerd image store](../desktop/containerd/_index.md) feature, or use a the [containerd image store](../desktop/containerd.md) feature, or use a
`docker-container` builder together with the `--push` flag to push the image `docker-container` builder together with the `--push` flag to push the image
(with attestations) directly to a registry. (with attestations) directly to a registry.