global: snapshot

This commit is contained in:
nym21
2026-03-09 15:38:23 +01:00
parent cc51cc81f9
commit 961dea6934
16 changed files with 51 additions and 65 deletions

View File

@@ -61,6 +61,8 @@ docker compose -f docker/docker-compose.yml build
## Data Storage
BRK uses [sparse files](https://en.wikipedia.org/wiki/Sparse_file). Volume inspection and `docker system df` may report the logical file size (>1 TB) instead of actual disk usage (~350 GB). Use `du -sh` on the volume mount point to see real usage.
### Named Volume (Default)
Uses a Docker-managed volume called `brk-data`.