Skip to content

Fix a few typos in the Select a storage driver manual #22423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -39,7 +39,7 @@
The Docker Engine has a prioritized list of which storage driver to use if no
storage driver is explicitly configured, assuming that the storage driver meets
the prerequisites, and automatically selects a compatible storage driver. You
can see the order in the [source code for Docker Engine {{% param "docker_ce_version" %}}](https://github.com/moby/moby/blob/v{{% param "docker_ce_version" %}}/daemon/graphdriver/driver_linux.go#L52-L53).
can see the order in the [source code for Docker Engine {{% param "docker_ce_version" %}}](https://github.com/moby/moby/blob/v{{% param "docker_ce_version" %}}/daemon/graphdriver/driver_linux.go#L3-L4).

Check failure on line 42 in content/manuals/engine/storage/drivers/select-storage-driver.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'param'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'param'?", "location": {"path": "content/manuals/engine/storage/drivers/select-storage-driver.md", "range": {"start": {"line": 42, "column": 61}}}, "severity": "ERROR"}

Check failure on line 42 in content/manuals/engine/storage/drivers/select-storage-driver.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'docker_ce_version'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'docker_ce_version'?", "location": {"path": "content/manuals/engine/storage/drivers/select-storage-driver.md", "range": {"start": {"line": 42, "column": 68}}}, "severity": "ERROR"}

Check failure on line 42 in content/manuals/engine/storage/drivers/select-storage-driver.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'. Raw Output: {"message": "[Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'.", "location": {"path": "content/manuals/engine/storage/drivers/select-storage-driver.md", "range": {"start": {"line": 42, "column": 100}}}, "severity": "ERROR"}
{ #storage-driver-order }

<!-- markdownlint-enable reference-links-images -->
Expand Down Expand Up @@ -84,7 +84,7 @@
to the container's writable layer.

The `vfs` storage driver is usually not the best choice, and primarily intended
for debugging purposes in situations where no other storage-driver is supported.
for debugging purposes in situations where no other storage driver is supported.
Before using the `vfs` storage driver, be sure to read about
[its performance and storage characteristics and limitations](vfs-driver.md).

Expand All @@ -96,7 +96,7 @@
have a lower priority than issues encountered when using a recommended
configuration.

Depending on your Linux distribution, other storage-drivers, such as `btrfs` may
Depending on your Linux distribution, other storage drivers, such as `btrfs` may
be available. These storage drivers can have advantages for specific use-cases,
but may require additional set-up or maintenance, which make them not recommended
for common scenarios. Refer to the documentation for those storage drivers for
Expand Down