Skip to content

Commit 7759777

Browse files
authored
docs fixes (#23724)
<!--Delete sections as needed --> ## Description Closes #23720 Closes #23706 ## 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
1 parent 9900c01 commit 7759777

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/manuals/desktop/settings-and-maintenance/settings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can also locate the `settings-store.json` file (or `settings.json` for Docke
2222
- Windows: `C:\Users\[USERNAME]\AppData\Roaming\Docker\settings-store.json`
2323
- Linux: `~/.docker/desktop/settings-store.json`
2424

25+
For additional information on settings that can be set in the Docker Desktop Dashboard and by administrators via the Admin Console, see the [Settings reference](/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md).
26+
2527
## General
2628

2729
On the **General** tab, you can configure when to start Docker and specify other settings:

content/manuals/engine/storage/bind-mounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,9 @@ volumes:
469469
```
470470
471471
For more information about using volumes of the `bind` type with Compose, see
472-
[Compose reference on volumes](/reference/compose-file/services.md#volumes).
472+
[Compose reference on the volumes top-level element](/reference/compose-file/volumes.md).
473473
and
474-
[Compose reference on volume configuration](/reference/compose-file/services.md#volumes).
474+
[Compose reference on the volume attribute](/reference/compose-file/services.md#volumes).
475475

476476
## Next steps
477477

0 commit comments

Comments
 (0)