Files
soleprint/cfg/amar/ctrl/status.sh
2025-12-31 08:21:07 -03:00

8 lines
218 B
Bash
Executable File

#!/bin/bash
# Show amar room status
cd "$(dirname "$0")/.."
echo "=== Containers ==="
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | grep -E "(amar|soleprint|NAMES)" || echo "No containers running"