Skip to content

Commit 810e553

Browse files
aevesdockerdvdksn
andauthored
25174 25165 (#25179)
<!--Delete sections as needed --> ## Description Closes #25165 Addresses #25174 ## 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 --------- Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 6a765ba commit 810e553

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/manuals

content/manuals/desktop/features/wsl/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ that was installed directly inside a WSL Linux distribution. Running both can ca
4141
4. Navigate to **Settings**.
4242
5. From the **General** tab, select **Use WSL 2 based engine**.
4343

44-
If you have installed Docker Desktop on a system that supports WSL 2, this option is turned on by default.
44+
If you have installed Docker Desktop on a system that supports WSL 2, this option is turned on by default and the setting is not visible.
4545
6. Select **Apply**.
4646

4747
`docker` commands are now available from any Windows terminal using the WSL 2 engine.

content/manuals/extensions/extensions-sdk/architecture/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ file
6262
6363
Usually, the backend is made of one container that runs within the Docker Desktop VM. Internally, Docker Desktop creates
6464
a Docker Compose project, creates the container from the `image` option of the `vm` section of the `metadata.json`, and
65-
attaches it to the Compose project. See the [ui metadata section](metadata.md#vm-section) for more details.
65+
attaches it to the Compose project. See the [`vm` metadata section](metadata.md#vm-section) for more details.
6666

6767
In some cases, a `compose.yaml` file can be used instead of an `image`. This is useful when the backend container
6868
needs more specific options, such as mounting volumes or requesting [capabilities](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities)
@@ -97,7 +97,7 @@ Shipping those executables with the extension ensure that the CLI tool is always
9797
the users' machine.
9898

9999
When Docker Desktop installs the extension, it copies the executables on the host as defined by the `host` section in
100-
the `metadata.json`. See the [ui metadata section](metadata.md#host-section) for more details.
100+
the `metadata.json`. See the [`host` metadata section](metadata.md#host-section) for more details.
101101

102102
![Executable and frontend communication](images/extensions-arch-3.png?w=250h=300)
103103

0 commit comments

Comments
 (0)