Update macfaqs.md (#20122)

Fixed a small typo.
This commit is contained in:
Mike Coleman 2024-05-30 00:11:51 -07:00 committed by GitHub
parent da58f6c5a6
commit 62b30c7bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ $ docker system prune
This command removes all stopped containers, unused networks, dangling images, and build cache.
It might take a few minutes to reclaim space on the host depending on the format of the disk image file. If the file is name:
It might take a few minutes to reclaim space on the host depending on the format of the disk image file. If the file is named:
- `Docker.raw`, space on the host is reclaimed within a few seconds.
- `Docker.qcow2`, space is freed by a background process after a few minutes.