Documentation Index
Fetch the complete documentation index at: https://docs.opengoat.ai/llms.txt
Use this file to discover all available pages before exploring further.
Build
docker build -t opengoat:latest .
Run UI
docker run --rm \
-p 19123:19123 \
-e OPENGOAT_UI_HOST=0.0.0.0 \
-e OPENGOAT_UI_PORT=19123 \
-v opengoat-data:/data/opengoat \
opengoat:latest
Run CLI Commands in Container
docker run --rm -v opengoat-data:/data/opengoat opengoat:latest cli --help
docker run --rm -v opengoat-data:/data/opengoat opengoat:latest cli agent list
Verify OpenClaw in Image
docker run --rm opengoat:latest openclaw --version
Compose
docker compose up --build
docker compose run --rm opengoat cli --help
Runtime Defaults in Image
OPENGOAT_HOME=/data/opengoat
OPENGOAT_UI_HOST=0.0.0.0
OPENGOAT_UI_PORT=19123
OPENGOAT_USE_DIST=1