mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
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:
parent
74d46807d8
commit
0c9a8f7383
1 changed files with 1 additions and 0 deletions
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue