We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093e24b commit 7346981Copy full SHA for 7346981
demo/demo-1-basics/docker-compose.yaml
@@ -96,6 +96,12 @@ jobs:
96
podman-compose build --no-cache
97
podman-compose up -d
98
99
+ echo "=== Running containers ==="
100
+ podman ps
101
+
102
+ echo "=== All containers (including exited) ==="
103
+ podman ps -a
104
105
# ===============================
106
# 🚀 DEMO-2 – OTEL CORE
107
@@ -107,6 +113,12 @@ jobs:
113
podman-compose -f docker-compose.yml build --no-cache
108
114
podman-compose -f docker-compose.yml up -d
109
115
116
117
118
119
120
121
110
122
111
123
# 🚀 DEMO-2 – PERSISTENCE
112
124
0 commit comments