How to run materialize/cli #14938
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, @DuyTC1811! I'd expect it to work with:
As a sanity check, I just spin up a minimal services:
materialized:
image: materialize/materialized:v0.26.4
ports:
- "6875:6875"
cli:
image: materialize/cli:v0.26.4 , which is working as expected using:
Could you give it a new try and let us know whether it worked for you? |
Beta Was this translation helpful? Give feedback.
-
Hi there @DuyTC1811, As you are using a non-standard docker-compose yaml file name, you would also need to pass it as an argument to the
Let me know how it goes! |
Beta Was this translation helpful? Give feedback.
Hi there @DuyTC1811,
As you are using a non-standard docker-compose yaml file name, you would also need to pass it as an argument to the
docker-compose run
command, eg:Let me know how it goes!