mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user