Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You can also locate the `settings-store.json` file (or `settings.json` for Docke
- Windows: `C:\Users\[USERNAME]\AppData\Roaming\Docker\settings-store.json`
- Linux: `~/.docker/desktop/settings-store.json`

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).

## General

On the **General** tab, you can configure when to start Docker and specify other settings:
Expand Down
4 changes: 2 additions & 2 deletions content/manuals/engine/storage/bind-mounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,9 @@ volumes:
```

For more information about using volumes of the `bind` type with Compose, see
[Compose reference on volumes](/reference/compose-file/services.md#volumes).
[Compose reference on the volumes top-level element](/reference/compose-file/volumes.md).
and
[Compose reference on volume configuration](/reference/compose-file/services.md#volumes).
[Compose reference on the volume attribute](/reference/compose-file/services.md#volumes).

## Next steps

Expand Down