#[subagent-0] ⚠ Unknown tool 'terminal' — sending error to model for self-correction
1 messages · Page 1 of 1 (latest)
@light steppe
Sorry, for the late reply. The issue happened when setting up docker
Hermes claimed there it had no tools installed
I though it had installed docker by itself; The log shows: 2026-04-06 10:37:09,256 ERROR tools.terminal_tool: Docker executable not found in PATH or common install locations
I installed docker and it worked; however, I found no way to bind a volume
I'm now running hermes via docker compose to add a folder as volume so that hermes can access my projects
But I'm unsure at this points; should I configure hermes to work w/ docker in this case or just "local"? Since i'm actually running it via docker compose
if you have ran the command from inside a docker it is find setting it up as local as its still in the container
otherwise you will get a container in a container
Great, thanks!
Just FYI when configuring as docker, the ~/.hermes folder was created as root (!)