Skip to content

Commit 7346981

Browse files
committed
containers log added
1 parent 093e24b commit 7346981

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

demo/demo-1-basics/docker-compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ jobs:
9696
podman-compose build --no-cache
9797
podman-compose up -d
9898
99+
echo "=== Running containers ==="
100+
podman ps
101+
102+
echo "=== All containers (including exited) ==="
103+
podman ps -a
104+
99105
# ===============================
100106
# 🚀 DEMO-2 – OTEL CORE
101107
# ===============================
@@ -107,6 +113,12 @@ jobs:
107113
podman-compose -f docker-compose.yml build --no-cache
108114
podman-compose -f docker-compose.yml up -d
109115
116+
echo "=== Running containers ==="
117+
podman ps
118+
119+
echo "=== All containers (including exited) ==="
120+
podman ps -a
121+
110122
# ===============================
111123
# 🚀 DEMO-2 – PERSISTENCE
112124
# ===============================

0 commit comments

Comments
 (0)