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

Added explicit command and clarification for getting first-time bootstrap token on install

(cherry picked from commit 4730da1898)
This commit is contained in:
T. Gossen 2026-02-10 18:17:12 -05:00 committed by rcourtman
parent 74d46807d8
commit 0c9a8f7383

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` |