mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #19530 from adeleke-akinade/patch-13
Fix typos in the btrfs-driver page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user