docs: document data volume mount and container profiling
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -33,7 +33,8 @@ Client -------> s5p -------> Hop 1 -------> Hop 2 -------> Target
|
||||
| Local venv | `pip install -e .` then `s5p -c config/s5p.yaml` |
|
||||
| Container | `make build && make up` (Alpine, ~59MB) |
|
||||
|
||||
Container mounts `./src` and `./config/s5p.yaml` read-only at runtime.
|
||||
Container mounts `./src` and `./config/s5p.yaml` read-only, plus
|
||||
`~/.cache/s5p` as `/data` for pool state and profile output.
|
||||
No application code is baked into the image.
|
||||
|
||||
## Dependencies
|
||||
|
||||
Reference in New Issue
Block a user