Fix typos in the btrfs-driver page.

This commit is contained in:
Adeleke Akinade 2024-02-28 13:47:54 +00:00
parent c01d60a858
commit e48bff57b0
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Btrfs Filesystem as Btrfs.
- Changing the storage driver makes any containers you have already - Changing the storage driver makes any containers you have already
created inaccessible on the local system. Use `docker save` to save containers, created inaccessible on the local system. Use `docker save` to save containers,
and push existing images to Docker Hub or a private repository, so that you and push existing images to Docker Hub or a private repository, so that you
not need to re-create them later. do not need to re-create them later.
- `btrfs` requires a dedicated block storage device such as a physical disk. This - `btrfs` requires a dedicated block storage device such as a physical disk. This
block device must be formatted for Btrfs and mounted into `/var/lib/docker/`. block device must be formatted for Btrfs and mounted into `/var/lib/docker/`.
@ -271,7 +271,7 @@ storage driver.
Btrfs doesn't support page cache sharing. This means that each process Btrfs doesn't support page cache sharing. This means that each process
accessing the same file copies the file into the Docker host's memory. As a accessing the same file copies the file into the Docker host's memory. As a
result, the `btrfs` driver may not be the best choice high-density use cases result, the `btrfs` driver may not be the best choice for high-density use cases
such as PaaS. such as PaaS.
### Small writes ### Small writes