Merge pull request #19530 from adeleke-akinade/patch-13

Fix typos in the btrfs-driver page
This commit is contained in:
David Karlsson 2024-02-28 21:55:30 +01:00 committed by GitHub
commit 8942cedfed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
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
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
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
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.
### Small writes