docs: Fix DOCKER.md - Alpine-based image with shell access
This commit is contained in:
parent
8c17f4a050
commit
2ee2ecf7a5
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue