Skip to content

Commit c50bc4f

Browse files
Merge pull request #21977 from docker/published-update
publish updates from main
2 parents 0482194 + 64917d1 commit c50bc4f

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# For more details, see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
55

6-
/content/manuals/build/ @crazy-max @dvdksn
6+
/content/manuals/build/ @crazy-max @aevesdocker
77

8-
/content/manuals/build-cloud/ @dvdksn
8+
/content/manuals/build-cloud/ @crazy-max @aevesdocker
99

1010
/content/manuals/compose/ @aevesdocker
1111

@@ -19,15 +19,15 @@
1919

2020
/content/manuals/docker-hub/ @craig-osterhout
2121

22-
/content/manuals/engine/ @dvdksn
22+
/content/manuals/engine/ @thaJeztah @aevesdocker
2323

24-
/content/reference/api/engine/ @dvdksn
24+
/content/reference/api/engine/ @thaJeztah @aevesdocker
2525

26-
/content/reference/cli/ @dvdksn
26+
/content/reference/cli/ @thaJeztah @aevesdocker
2727

2828
/content/manuals/subscription/ @sarahsanders-docker
2929

30-
/content/manuals/security/ @aevesdocker
30+
/content/manuals/security/ @aevesdocker @sarahsanders-docker
3131

3232
/content/manuals/trusted-content/ @craig-osterhout
3333

@@ -41,6 +41,4 @@
4141

4242
/content/manuals/accounts/ @sarahsanders-docker
4343

44-
/hack @dvdksn
45-
46-
/_vendor @dvdksn
44+
/_vendor @sarahsanders-docker

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ resources
77
public
88
tmp
99
static/pagefind
10+
.idea/

content/includes/desktop-linux-launch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To start Docker Desktop for Linux:
22

3-
1. Open your **Applications** menu in Gnome/KDE Desktop and search for **Docker Desktop**.
3+
1. Navigate to the Docker Desktop application in your Gnome/KDE Desktop.
44

55
2. Select **Docker Desktop** to start Docker.
66

content/manuals/desktop/troubleshoot-and-support/faqs/general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This includes:
3232
- Checking for updates
3333
- [In-app diagnostics](/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md#diagnose-from-the-app) (including the [Self-diagnose tool](/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md#diagnose-from-the-app))
3434
- Sending usage statistics
35+
- When `networkMode` is set to `mirrored`
3536

3637
### How do I connect to the remote Docker Engine API?
3738

content/manuals/desktop/uninstall.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ $ rm -rf ~/Library/Group\ Containers/group.com.docker
8080
$ rm -rf ~/.docker
8181
```
8282

83+
With Docker Desktop version 4.36 and earlier, the following files can also be left on the file system. You can remove these with administrative privileges:
84+
85+
```console
86+
/Library/PrivilegedHelperTools/com.docker.vmnetd
87+
/Library/PrivilegedHelperTools/com.docker.socket
88+
```
89+
8390
You can also move the Docker application to the trash.
8491

8592
{{< /tab >}}

0 commit comments

Comments
 (0)