mirror of https://github.com/docker/docs.git
chore: mv wasm and containerd pages
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
cca96a792d
commit
aa829858b5
|
@ -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**
|
||||
>
|
||||
|
|
|
@ -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 }
|
||||
|
@ -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
|
||||
|
@ -147,7 +147,7 @@ d28bdb47b683: Pushed
|
|||
|
||||
Inspecting the tag on Docker Hub shows that the image is available for multiple platforms.
|
||||
|
||||

|
||||

|
||||
|
||||
## Known issues
|
||||
|
||||
|
@ -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).
|
|
@ -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.
|
||||
|
@ -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`.
|
||||
|
||||
|
|
|
@ -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 }
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue