From 4730da189813975bb101e6bba0af2b6e2dfc44af Mon Sep 17 00:00:00 2001 From: "T. Gossen" <91108146+gitobic@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:17:12 -0500 Subject: [PATCH] Added LXC row to the bootstrap token table (first row) (#1242) Added explicit command and clarification for getting first-time bootstrap token on install --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 46f556a20..147cbb014 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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 ` 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 -- cat /data/.bootstrap_token` or `kubectl exec -it -- /app/pulse bootstrap-token` | | **Systemd** | `sudo cat /etc/pulse/.bootstrap_token` or `sudo pulse bootstrap-token` |