#Hey! Running Hermes on a Oracle VM (

1 messages · Page 1 of 1 (latest)

shy moat
#

Can you share the docker commands you've used to start the container? It sounds like you might not have the volumes configured correctly. You want to ensure you have your .hermes directory mounted to /opt/data inside the container

#

Moving the conversation inside the thread here @plucky mortar

plucky mortar
#

Thanks for the quick response! @shy moat

#

Really appreciate the help! Turned out to be two things:

The .hermes directory was only mounted at /root/.hermes inside the container. Adding the /opt/data mount resolved the main issue. While digging in, also noticed docker_env and docker_forward_env were missing from the container_config dict in terminal_tool.py — they were never being passed to DockerEnvironment.init so env vars from config were silently ignored.