Docker is not working for azure vm ubuntu

docker-compose is not working for azure vm ubuntu.
I am following below url

image

I can reproduse any time if want with live session…same is working on aws vm for the same configuration…it was previously working on azure vm as well. Exactly after five minute connect get exited…

That image is too small to read. Can you post the docker ps output as text instead?

I’d suggest looking at which container(s) have failed and then docker logs to inspect the logs of that container to look for the error reason.

CONTAINER ID        IMAGE                                             COMMAND                  CREATED             STATUS                     PORTS                                            NAMES
12ef2753a83c        confluentinc/ksqldb-examples:6.2.1                "bash -c 'echo Waiti…"   7 hours ago         Up 7 hours                                                                  ksql-datagen
f59df6acf924        confluentinc/cp-enterprise-control-center:6.2.1   "/etc/confluent/dock…"   7 hours ago         Up 7 hours                 0.0.0.0:9021->9021/tcp                           control-center
22f0a4c7fdd8        confluentinc/cp-ksqldb-cli:6.2.1                  "/bin/sh"                7 hours ago         Up 7 hours                                                                  ksqldb-cli
0938e3c9706c        confluentinc/cp-ksqldb-server:6.2.1               "/etc/confluent/dock…"   7 hours ago         Up 7 hours                 0.0.0.0:8088->8088/tcp                           ksqldb-server
06a60fd32ece        cnfldemos/cp-server-connect-datagen:0.5.0-6.2.1   "/etc/confluent/dock…"   7 hours ago         Exited (137) 7 hours ago                                                    connect4e66450e5a35        confluentinc/cp-kafka-rest:6.2.1                  "/etc/confluent/dock…"   7 hours ago         Up 7 hours                 0.0.0.0:8082->8082/tcp                           rest-proxy
503272e00127        confluentinc/cp-schema-registry:6.2.1             "/etc/confluent/dock…"   7 hours ago         Up 7 hours                 0.0.0.0:8081->8081/tcp                           schema-registry
3a0da243813b        confluentinc/cp-server:6.2.1                      "/etc/confluent/dock…"   7 hours ago         Up 7 hours                 0.0.0.0:9092->9092/tcp, 0.0.0.0:9101->9101/tcp   broker 
1e5f9c5ddbbb        confluentinc/cp-zookeeper:6.2.1                   "/etc/confluent/dock…"   7 hours ago         Up 7 hours                 2888/tcp, 0.0.0.0:2181->2181/tcp, 3888/tcp       zookeep

hey,

what does docker logs 06a60fd32ece say?