Update Docker guide with terminal command

Add alternative instructions for opening an interactive Hermes cli chat session in a running Docker container.
This commit is contained in:
Brett Brewer 2026-04-22 14:42:54 -04:00 committed by Teknium
parent 85cc12e2bd
commit 92e4bbc201

View file

@ -78,6 +78,12 @@ docker run -it --rm \
nousresearch/hermes-agent
```
Or if you have already opened a terminal in your running container (via Docker Desktop for instance), just run:
```sh
/opt/hermes/.venv/bin/hermes
```
## Persistent volumes
The `/opt/data` volume is the single source of truth for all Hermes state. It maps to your host's `~/.hermes/` directory and contains: