DOCS · DEMO

Docker Demo

The demo is a complete local environment for evaluating Bailing AI without connecting a real production system.

Start

SHLocal demo
docker compose up --build
ItemValue
Consolehttp://localhost:18900/console/
Loginadmin / bailing-demo-admin
Demo routedemo_support
Demo tool spec/.well-known/bailing/tools.json

If Docker Hub access is slow or blocked, use official mirrored images through the one-line installer or configure the image names in your compose file.

One-line install

SHFresh Ubuntu/Debian
BAILING_INSTALL_MODE=image curl -fsSL https://www.bailinghub.com/install.sh | sh

The installer installs Docker if needed, downloads the public distribution package, creates a local .env, and starts the compose stack. Use source mode when you want to audit or modify the code.

Smoke test

SHInside the hub container
docker compose exec bailing-ai npm run smoke

The smoke test checks health, console assets, schema status, demo route, /run, trace data, and the troubleshooting bundle when demo credentials are present.