updated deploy scripts and locations
This commit is contained in:
7
cfg/amar/ctrl/status.sh
Executable file
7
cfg/amar/ctrl/status.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user