docs: fix paths from local to system install
This commit is contained in:
parent
93ba233a12
commit
dea655ce95
2 changed files with 10 additions and 4 deletions
|
|
@ -90,12 +90,16 @@ Unknown distros fall back to `ID_LIKE`, then error cleanly.
|
|||
|
||||
## Paths
|
||||
|
||||
Paths below assume the system install (`banger system install`). When
|
||||
running `bangerd` directly without the helper, the same files live
|
||||
under `~/.cache/banger/` and `~/.local/state/banger/` instead.
|
||||
|
||||
| What | Where |
|
||||
|------|-------|
|
||||
| Layer blob cache | `~/.cache/banger/oci/blobs/sha256/<hex>` |
|
||||
| Staging dir | `~/.local/state/banger/images/<id>.staging/` |
|
||||
| Layer blob cache | `/var/cache/banger/oci/blobs/sha256/<hex>` |
|
||||
| Staging dir | `/var/lib/banger/images/<id>.staging/` |
|
||||
| Extraction scratch | `$TMPDIR/banger-pull-<rand>/` |
|
||||
| Published image | `~/.local/state/banger/images/<id>/rootfs.ext4` |
|
||||
| Published image | `/var/lib/banger/images/<id>/rootfs.ext4` |
|
||||
|
||||
## Cache lifecycle
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue