Skip to content

Commit 5766bf6

Browse files
committed
ENGDOCS-2300
1 parent 00b5254 commit 5766bf6

File tree

66 files changed

+141
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+141
-109
lines changed

content/get-started/docker-concepts/running-containers/sharing-local-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Read-only bind mounts let the container access the mounted files on the host for
6161

6262
> **Synchronized File Share**
6363
>
64-
> 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.
64+
> 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.
6565
6666
## Try it out
6767

content/guides/bake/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This guide assumes that you're familiar with:
3333

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

3838
## Introduction
3939

content/guides/bun/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
## Prerequisites
1212

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

1616
## Overview
1717

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

138138
Related information:
139139
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
140-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
140+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
141141
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/cpp/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

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

1717
## Overview
1818

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

141141
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
142-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
142+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
143143
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/dotnet/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

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

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

222222
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
223-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
223+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
224224
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/genai-pdf-bot/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212

1313
> [!NOTE]
1414
>
15-
> 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).
15+
> 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).
1616
1717
- 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.
1818
- 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.

content/guides/genai-pdf-bot/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To run Ollama in a container and provide GPU access:
107107

108108
1. Install the prerequisites.
109109
- For Docker Engine on Linux, install the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit).
110-
- 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)
110+
- 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)
111111
2. Add the Ollama service and a volume in your `compose.yaml`. The following is
112112
the updated `compose.yaml`:
113113

content/guides/golang/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

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

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

247247
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
248-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
248+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
249249
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/java/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

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

1717
## Overview
1818

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

153153
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
154-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
154+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
155155
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/nodejs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

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

1717
## Overview
1818

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

141141
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
142-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/kubernetes.md)
142+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
143143
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

0 commit comments

Comments
 (0)