From 2ee2ecf7a5b42318938865637840f153690d9cd8 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 2 Dec 2025 23:38:37 +0000 Subject: [PATCH] docs: Fix DOCKER.md - Alpine-based image with shell access --- docs/DOCKER.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 5f941a1..3d59c58 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -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 + ```