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 8c17f4a050
commit 2ee2ecf7a5

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