Aspire CLI not include Docker Container when take build. #10949
-
var zookeeper = builder.AddContainer("zookeeper", "confluentinc/cp-zookeeper", "latest");
var broker1 = builder.AddContainer("broker-1", "confluentinc/cp-server", "latest");
var controlCenter = builder.AddContainer("control-center", "confluentinc/cp-enterprise-control-center", "latest");
var schemaRegistry = builder.AddContainer("schema-registry", "confluentinc/cp-schema-registry", "latest");
var postgres = builder.AddContainer("postgres", "postgres", "latest");
var scyllaDb = builder.AddContainer("scylla-db", "scylladb/scylla", "latest");
var redis = builder.AddContainer("redis", "redis", "latest");
|
Beta Was this translation helpful? Give feedback.
Answered by
RedEye-Developers
Aug 17, 2025
Replies: 2 comments 1 reply
-
did i wand to add the containers manually ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you make a repository with instructions on how to reproduce the error you are seeing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i am sorry for late replay, i find and fixed that issue.