Skip to content

Commit 01b1425

Browse files
authored
Fix a few typos in the Select a storage driver guide
1 parent 013c3ab commit 01b1425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manuals/engine/storage/drivers/select-storage-driver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The Docker Engine provides the following storage drivers on Linux:
3939
The Docker Engine has a prioritized list of which storage driver to use if no
4040
storage driver is explicitly configured, assuming that the storage driver meets
4141
the prerequisites, and automatically selects a compatible storage driver. You
42-
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).
42+
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).
4343
{ #storage-driver-order }
4444

4545
<!-- markdownlint-enable reference-links-images -->
@@ -84,7 +84,7 @@ use Docker volumes for write-heavy workloads instead of relying on writing data
8484
to the container's writable layer.
8585

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

@@ -96,7 +96,7 @@ can and should still report any issues you run into. However, such issues
9696
have a lower priority than issues encountered when using a recommended
9797
configuration.
9898

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

0 commit comments

Comments
 (0)