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
|
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
|
## 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:
|
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