boxDocker

Container deployment guidance for isolated and repeatable DragonClaw runtimes.

Docker is a good fit when you want a clean runtime boundary.

Use it when you already manage services with containers or want consistent deploys across machines.

Container guidelines

  • Persist ~/.dragonclaw/ on a volume

  • Keep the gateway internal by default

  • Pass secrets through environment or your secret manager

  • Put Nginx or another reverse proxy in front for public access

Good use cases

  • Homelab deployment

  • Small VPS stacks

  • Team staging environments

  • Reproducible local testing

Last updated