feat: init
Main Release / hadolint (push) Successful in 7s
Main Release / build (push) Successful in 2m34s
Main Release / tag (push) Successful in 9s
Tag Release / hadolint (push) Successful in 12s
Tag Release / build (push) Successful in 2m53s
Tag Release / build-push (push) Successful in 3m29s

This commit is contained in:
Julien Cabillot
2026-06-16 10:58:51 -04:00
parent 94b9d5b1f2
commit 12777914ab
8 changed files with 344 additions and 1 deletions
+27 -1
View File
@@ -1,3 +1,29 @@
# hermes-agent-webui
Hermes Agent WebUI container image
Container image for [Hermes WebUI](https://github.com/nesquena/hermes-webui) with a bundled [Hermes Agent](https://github.com/NousResearch/hermes-agent) runtime.
## Image
`jcabillot/hermes-agent-webui` — [Docker Hub](https://hub.docker.com/r/jcabillot/hermes-agent-webui)
## Usage
```bash
docker pull jcabillot/hermes-agent-webui
docker run -p 8787:8787 jcabillot/hermes-agent-webui
```
Open http://localhost:8787
## Build locally
```bash
docker build -t jcabillot/hermes-agent-webui .
```
## Tags
| Tag | Description |
|-----|-------------|
| `latest` | Latest stable build from `main` |
| `sha-<commit>` | Per-commit build |