CLI Reference
The Docker image ships the docklog binary on PATH. Use docker exec for maintenance without stopping the service.
Commands
| Command | Description |
|---|---|
| docklog | Run full dashboard (same as server) |
| docklog server | API, WebSockets, and embedded Vue UI |
| docklog agent | Fleet agent mode with local UI and API |
| docklog agent-only | Headless agent (API/WebSockets only) |
| docklog reset-password | Reset a user password in SQLite |
| docklog config | Print non-secret configuration |
| docklog version | Print version |
Examples
bash
docker exec docklog docklog reset-password admin 'NewSecurePass1'
docker exec docklog docklog config
docker exec docklog docklog versionEdit or suggest changes on GitHub.