Docker provisioner backend
Run Nora agents as containers on the same Docker host as the Nora control plane.Docker is the default execution target. It is the fastest path for local development, evaluation, and lean self-hosted installs.

Configuration
docker-compose.yml mounts the host Docker socket into backend-api, worker-provisioner, and worker-backup so lifecycle operations can create, stop, restart, inspect, and delete agent containers.
Resource limits
Self-hosted resource ceilings apply to Docker-backed deployments:Verification
Start the default stack:docker in enabledBackends or enabledDeployTargets.
When to use Docker
Use Docker when:- Nora and the agents can run on one host.
- You want the simplest operational model.
- You are evaluating Nora before moving agents to Kubernetes or Proxmox.

