Skip to content

Commit

Permalink
chore: mv wasm and containerd pages
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Nov 22, 2023
1 parent cca96a7 commit aa82985
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/build/attestations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
> a registry directly.
> - Enable the [containerd image store](../../desktop/containerd/_index.md).
> - Enable the [containerd image store](../../desktop/containerd.md).
> **Note**
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image and file system management in the Docker Engine.
> **Beta**
>
> 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
> removed from future releases.
{ .experimental }
Expand All @@ -34,7 +34,7 @@ Docker Engine, including:
or [nydus][2] and [dragonfly][3] for peer-to-peer image distribution.
- Natively store and build multi-platform images, and other OCI content types
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
[2]: https://github.com/containerd/nydus-snapshotter
Expand Down Expand Up @@ -147,7 +147,7 @@ d28bdb47b683: Pushed

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

Expand Down Expand Up @@ -191,4 +191,4 @@ Inspecting the tag on Docker Hub shows that the image is available for multiple

Thanks for trying the new features available with `containerd`. Give feedback or
report any bugs you may find through the issues tracker on the
[feedback form](https://dockr.ly/3PODIhD).
[feedback form](https://dockr.ly/3PODIhD).
4 changes: 2 additions & 2 deletions content/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [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`.
- lunatic, slight, spin, and wws`v0.9.1`.
- Added wasmer wasm shims.
Expand Down Expand Up @@ -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)
- [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).
- [Wasm](../desktop/wasm/_index.md) runtimes:
- [Wasm](../desktop/wasm.md) runtimes:
- wasmtime, wasmedge revision `d0a1a1cd`.
- slight and spin wasm `v0.9.0`.

Expand Down
6 changes: 3 additions & 3 deletions content/desktop/wasm/_index.md → content/desktop/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toc_max: 3

> **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
> this feature may change or be removed from future releases.
{ .experimental }
Expand All @@ -21,7 +21,7 @@ alongside your Linux containers in Docker.

## 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 you’re not already using the containerd image store,
then pre-existing images and containers will be inaccessible.

Expand Down Expand Up @@ -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.
```

[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.

### Failed to start shim: failed to resolve runtime path
Expand Down
2 changes: 1 addition & 1 deletion content/scout/image-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ analysis is activated.
Scout uses attestations to provide more fine-grained analysis results.

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/)
4. Sign in with your Docker ID.
Expand Down
2 changes: 1 addition & 1 deletion content/scout/sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ docker build --tag <org>/<image> \
The default, non-containerd image store doesn't currently support images with
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
(with attestations) directly to a registry.

Expand Down

0 comments on commit aa82985

Please sign in to comment.