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