docs: Fix DOCKER.md - Alpine-based image with shell access

This commit is contained in:
rcourtman
2025-12-02 23:38:37 +00:00
parent bf619b9628
commit 96da426a63
+4 -2
View File
@@ -1,6 +1,6 @@
# 🐳 Docker Guide
Pulse is distributed as a lightweight, scratch-based Docker image.
Pulse is distributed as a lightweight, Alpine-based Docker image.
## 🚀 Quick Start
@@ -114,4 +114,6 @@ docker compose up -d
```
- **Shell Access**
Pulse uses a minimal scratch image, so there is no shell. Use `docker logs` for debugging.
```bash
docker exec -it pulse /bin/sh
```