DOCS · DEMO

Docker Demo

Use the online console first if you only want to inspect the console and product model. Docker Demo is for technical validation: it gives you a complete local environment 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
curl -fsSL https://www.bailinghub.com/install.sh | env BAILING_INSTALL_MODE=image sh

The installer is for validating open-source deployment on a fresh server. It 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 bailinghub 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.