Hosted in Germany • GDPR-ready
Hermes Agent Docker: Run AI Agents in Containers
Deploy self-hosted AI agent in Docker.
Overview
Running Hermes Agent in Docker.
Frequently Asked Questions
Running Hermes IN Docker means the agent process lives inside the container; it can execute commands and touch files you mount. This is the standard approach. Docker as a terminal backend (`terminal.backend: docker`) creates a new isolated container for each command, then destroys it. This is more secure but has higher overhead and loses state between commands. Choose IN Docker for most use cases; use Docker-backend only if you need maximum isolation for untrusted agent logic.