Skip to content

Commit

Permalink
ENGDOCS-2300 (#21354)
Browse files Browse the repository at this point in the history
<!--Delete sections as needed -->

## Description

Final PR to improve the DD IA. 

Validate test failing due to link that needs fixing in an upstream repo 

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
  • Loading branch information
aevesdocker and dvdksn authored Nov 7, 2024
1 parent b5ed33e commit 99a24c4
Show file tree
Hide file tree
Showing 74 changed files with 221 additions and 122 deletions.
2 changes: 1 addition & 1 deletion _vendor/github.com/docker/cli/docs/reference/run.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/moby/moby v27.3.1+incompatible
# github.com/moby/buildkit v0.17.1-0.20241031124041-354f2d13c905
# github.com/docker/buildx v0.18.0
# github.com/docker/cli v27.3.2-0.20241008150905-cb3048fbebb1+incompatible
# github.com/docker/cli v27.3.2-0.20241107125754-eb986ae71b0c+incompatible
# github.com/docker/compose/v2 v2.30.2
# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Read-only bind mounts let the container access the mounted files on the host for

> **Synchronized File Share**
>
> As your codebase grows larger, traditional methods of file sharing like bind mounts may become inefficient or slow, especially in development environments where frequent access to files is necessary. [Synchronized file shares](/desktop/synchronized-file-sharing/) improve bind mount performance by leveraging synchronized filesystem caches. This optimization ensures that file access between the host and virtual machine (VM) is fast and efficient.
> As your codebase grows larger, traditional methods of file sharing like bind mounts may become inefficient or slow, especially in development environments where frequent access to files is necessary. [Synchronized file shares](/manuals/desktop/features/synchronized-file-sharing.md) improve bind mount performance by leveraging synchronized filesystem caches. This optimization ensures that file access between the host and virtual machine (VM) is fast and efficient.
## Try it out

Expand Down
2 changes: 1 addition & 1 deletion content/guides/bake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This guide assumes that you're familiar with:

- You have a recent version of Docker installed on your machine.
- You have Git installed for cloning repositories.
- You're using the [containerd](/manuals/desktop/containerd.md) image store.
- You're using the [containerd](/manuals/desktop/features/containerd.md) image store.

## Introduction

Expand Down
4 changes: 2 additions & 2 deletions content/guides/bun/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases:
## Prerequisites

- Complete all the previous sections of this guide, starting with [Containerize a Bun application](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals//desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -137,5 +137,5 @@ In this section, you learned how to use Docker Desktop to deploy your Bun applic

Related information:
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/cpp/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
## Prerequisites

- Complete all the previous sections of this guide, starting with [Containerize a C++ application](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -139,5 +139,5 @@ In this section, you learned how to use Docker Desktop to deploy your C++ applic
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/dotnet/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:

- Complete all the previous sections of this guide, starting with [Containerize
a .NET application](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker
Desktop.

## Overview
Expand Down Expand Up @@ -220,5 +220,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
2 changes: 1 addition & 1 deletion content/guides/genai-pdf-bot/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:

> [!NOTE]
>
> GenAI applications can often benefit from GPU acceleration. Currently Docker Desktop supports GPU acceleration only on [Windows with the WSL2 backend](/manuals/desktop/gpu.md#using-nvidia-gpus-with-wsl2). Linux users can also access GPU acceleration using a native installation of the [Docker Engine](/manuals/engine/install/_index.md).
> GenAI applications can often benefit from GPU acceleration. Currently Docker Desktop supports GPU acceleration only on [Windows with the WSL2 backend](/manuals/desktop/features/gpu.md#using-nvidia-gpus-with-wsl2). Linux users can also access GPU acceleration using a native installation of the [Docker Engine](/manuals/engine/install/_index.md).
- You have installed the latest version of [Docker Desktop](/get-started/get-docker.md) or, if you are a Linux user and are planning to use GPU acceleration, [Docker Engine](/manuals/engine/install/_index.md). Docker adds new features regularly and some parts of this guide may work only with the latest version of Docker Desktop.
- You have a [git client](https://git-scm.com/downloads). The examples in this section use a command-line based git client, but you can use any client.
Expand Down
2 changes: 1 addition & 1 deletion content/guides/genai-pdf-bot/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To run Ollama in a container and provide GPU access:

1. Install the prerequisites.
- For Docker Engine on Linux, install the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit).
- For Docker Desktop on Windows 10/11, install the latest [NVIDIA driver](https://www.nvidia.com/Download/index.aspx) and make sure you are using the [WSL2 backend](/manuals/desktop/wsl/_index.md#turn-on-docker-desktop-wsl-2)
- For Docker Desktop on Windows 10/11, install the latest [NVIDIA driver](https://www.nvidia.com/Download/index.aspx) and make sure you are using the [WSL2 backend](/manuals/desktop/features/wsl/_index.md#turn-on-docker-desktop-wsl-2)
2. Add the Ollama service and a volume in your `compose.yaml`. The following is
the updated `compose.yaml`:

Expand Down
4 changes: 2 additions & 2 deletions content/guides/golang/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:

- Complete all the previous sections of this guide, starting with [Build
your Go image](build-images.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker
Desktop.

## Overview
Expand Down Expand Up @@ -245,5 +245,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/java/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
## Prerequisites

- Complete all the previous sections of this guide, starting with [Containerize your app](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -151,5 +151,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/nodejs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
## Prerequisites

- Complete all the previous sections of this guide, starting with [Containerize a Node.js application](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -139,5 +139,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/php/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:

- Complete all the previous sections of this guide, starting with [Containerize
a PHP application](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker
Desktop.

## Overview
Expand Down Expand Up @@ -142,5 +142,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/python/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
## Prerequisites

- Complete all the previous sections of this guide, starting with [Use containers for python development](develop.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -253,5 +253,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/r/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
## Prerequisites

- Complete all the previous sections of this guide, starting with [Containerize a R application](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -143,5 +143,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
2 changes: 1 addition & 1 deletion content/guides/rag-ollama/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To run Ollama in a container and provide GPU access:

1. Install the prerequisites.
- For Docker Engine on Linux, install the [NVIDIA Container Toolkilt](https://github.com/NVIDIA/nvidia-container-toolkit).
- For Docker Desktop on Windows 10/11, install the latest [NVIDIA driver](https://www.nvidia.com/Download/index.aspx) and make sure you are using the [WSL2 backend](/manuals/desktop/wsl/_index.md#turn-on-docker-desktop-wsl-2)
- For Docker Desktop on Windows 10/11, install the latest [NVIDIA driver](https://www.nvidia.com/Download/index.aspx) and make sure you are using the [WSL2 backend](/manuals/desktop/features/wsl/_index.md#turn-on-docker-desktop-wsl-2)
2. The `docker-compose.yaml` file already contains the necessary instructions. In your own apps, you'll need to add the Ollama service in your `docker-compose.yaml`. The following is
the updated `docker-compose.yaml`:

Expand Down
4 changes: 2 additions & 2 deletions content/guides/ruby/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
## Prerequisites

- Complete all the previous sections of this guide, starting with [Containerize a Ruby on Rails application](containerize.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -163,5 +163,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
4 changes: 2 additions & 2 deletions content/guides/rust/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
## Prerequisites

- Complete the previous sections of this guide, starting with [Develop your Rust application](develop.md).
- [Turn on Kubernetes](/desktop/kubernetes/#install-and-turn-on-kubernetes) in Docker Desktop.
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.

## Overview

Expand Down Expand Up @@ -234,5 +234,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:

- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
- [Swarm mode overview](/manuals/engine/swarm/_index.md)
2 changes: 1 addition & 1 deletion content/includes/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ To enable Kubernetes:

This starts a Kubernetes single-node cluster when Docker Desktop starts.

For detailed information, see [Deploy on Kubernetes](/desktop/kubernetes/) and [Describing apps using Kubernetes YAML](/guides/deployment-orchestration/kube-deploy/#describing-apps-using-kubernetes-yaml).
For detailed information, see [Deploy on Kubernetes](/manuals/desktop/features/kubernetes.md) and [Describing apps using Kubernetes YAML](/guides/deployment-orchestration/kube-deploy/#describing-apps-using-kubernetes-yaml).
2 changes: 1 addition & 1 deletion content/includes/swarm-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
> If you're not planning on deploying with Swarm, use
> [Docker Compose](/compose/) instead.
> If you're developing for a Kubernetes deployment, consider using the
> [integrated Kubernetes feature](/desktop/kubernetes/) in Docker Desktop.
> [integrated Kubernetes feature](/manuals/desktop/features/kubernetes.md) in Docker Desktop.
2 changes: 1 addition & 1 deletion content/manuals/build/building/multi-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The steps for enabling the containerd image store depends on whether you're
using Docker Desktop or Docker Engine standalone:

- If you're using Docker Desktop, enable the containerd image store in the
[Docker Desktop settings](/manuals/desktop/containerd.md).
[Docker Desktop settings](/manuals/desktop/features/containerd.md).

- If you're using Docker Engine standalone, enable the containerd image store
using the [daemon configuration file](/manuals/engine/storage/containerd.md).
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/build/cache/backends/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environments usually have little-to-no persistence between runs, but it's still
important to keep the runtime of image builds as low as possible.

The default `docker` driver supports the `inline`, `local`, `registry`, and
`gha` cache backends, but only if you have enabled the [containerd image store](/manuals/desktop/containerd.md).
`gha` cache backends, but only if you have enabled the [containerd image store](/manuals/desktop/features/containerd.md).
Other cache backends require you to select a different [driver](/manuals/build/builders/drivers/_index.md).

> [!WARNING]
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/build/metadata/attestations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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](/manuals/desktop/containerd.md).
> - Enable the [containerd image store](/manuals/desktop/features/containerd.md).
> [!NOTE]
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ When enabled, Compose displays a navigation menu where you can choose to open th

> Available in Docker Compose version [2.26.0](/manuals/compose/releases/release-notes.md#2260) and later, and Docker Desktop version 4.29 and later.
This is an opt-out variable. When turned off it deactivates the experimental features such as the navigation menu or [Synchronized file shares](/manuals/desktop/synchronized-file-sharing.md).
This is an opt-out variable. When turned off it deactivates the experimental features such as the navigation menu or [Synchronized file shares](/manuals/desktop/features/synchronized-file-sharing.md).

* Supported values:
* `true` or `1`, to enable,
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/desktop/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ grid:
description: |
Find information on networking features, deploying on Kubernetes, and more.
icon: category
link: /desktop/kubernetes/
link: /desktop/features/kubernetes/
- title: Give feedback
description: Provide feedback on Docker Desktop or Docker Desktop features.
icon: sms
Expand Down
6 changes: 6 additions & 0 deletions content/manuals/desktop/features/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
build:
render: never
title: Features and capabilities
weight: 30
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: containerd image store
weight: 50
weight: 10
description: How to activate the containerd integration feature in Docker Desktop
keywords: Docker, containerd, engine, image store, lazy-pull
toc_max: 3
aliases:
- /desktop/containerd/
---

This page provides information about the ongoing integration of `containerd` for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ keywords: Dev Environments, share, local, Compose
title: Overview of Dev Environments
linkTitle: Dev Environments (Beta)
weight: 40
aliases:
- /desktop/dev-environments/
---

{{< include "dev-envs-changing.md" >}}

{{% experimental title="Beta" %}}
The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta).
The Dev Environments feature is currently in [Beta](/manuals/release-lifecycle.md#beta).
{{% /experimental %}}

Dev Environments let you create a configurable developer environment with all the code and tools you need to quickly get up and running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keywords: Dev Environments, share, Docker Desktop, Compose, launch
title: Launch a dev environment
aliases:
- /desktop/dev-environments/create-compose-dev-env/
- /desktop/dev-environments/create-dev-env/
weight: 10
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
description: Set up a dev Environments
keywords: Dev Environments, share, docker dev, Docker Desktop
title: Use the docker dev CLI plugin
aliases:
- /desktop/dev-environments/dev-cli/
---

{{< include "dev-envs-changing.md" >}}

Use the new `docker dev` CLI plugin to get the full Dev Environments experience from the terminal in addition to the Dashboard.

It is available with [Docker Desktop 4.13.0 and later](../release-notes.md).
It is available with [Docker Desktop 4.13.0 and later](/manuals/desktop/release-notes.md).

### Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: Set up a dev Environments
keywords: Dev Environments, share, set up, Compose, Docker Desktop
title: Set up a dev environment
weight: 20
aliases:
- /desktop/dev-environments/set-up/
---

{{< include "dev-envs-changing.md" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: Dev Environments
keywords: Dev Environments, share, Docker Desktop
title: Distribute your dev environment
weight: 30
aliases:
- /desktop/dev-environments/share/
---

{{< include "dev-envs-changing.md" >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: GPU support in Docker Desktop
linkTitle: GPU support
weight: 90
weight: 80
description: How to use GPU in Docker Desktop
keywords: gpu, gpu support, nvidia, wsl2, docker desktop, windows
toc_max: 3
aliases:
- /desktop/gpu/
---

> [!NOTE]
Expand Down
Loading

0 comments on commit 99a24c4

Please sign in to comment.