CLI Reference

The Docker image ships the docklog binary on PATH. Use docker exec for maintenance without stopping the service.

Commands

CommandDescription
docklogRun full dashboard (same as server)
docklog serverAPI, WebSockets, and embedded Vue UI
docklog agentFleet agent mode with local UI and API
docklog agent-onlyHeadless agent (API/WebSockets only)
docklog reset-passwordReset a user password in SQLite
docklog configPrint non-secret configuration
docklog versionPrint version

Examples

bash
docker exec docklog docklog reset-password admin 'NewSecurePass1'
docker exec docklog docklog config
docker exec docklog docklog version

Edit or suggest changes on GitHub.