Added LXC row to the bootstrap token table (first row) (#1242)

Added explicit command and clarification for getting first-time bootstrap token on install
This commit is contained in:
T. Gossen
2026-02-10 18:17:12 -05:00
committed by GitHub
parent 580206c14f
commit 4730da1898

View File

@@ -119,6 +119,7 @@ Pulse is secure by default. On first launch, you must retrieve a **Bootstrap Tok
| Platform | Command |
|----------|---------|
| **LXC** | From Proxmox host: `pct enter <VMID>` then `cat /etc/pulse/.bootstrap_token` or `pulse bootstrap-token` |
| **Docker** | `docker exec pulse cat /data/.bootstrap_token` or `docker exec pulse /app/pulse bootstrap-token` |
| **Kubernetes** | `kubectl exec -it <pod> -- cat /data/.bootstrap_token` or `kubectl exec -it <pod> -- /app/pulse bootstrap-token` |
| **Systemd** | `sudo cat /etc/pulse/.bootstrap_token` or `sudo pulse bootstrap-token` |