mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
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:
parent
85cc12e2bd
commit
92e4bbc201
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue