Hi guys, I was wondering whether it would be possi...
# troubleshooting
r
Hi guys, I was wondering whether it would be possible to start an entire cluster in a single docker image rather than having to spin up one for each part of the cluster with docker compose. I know that the quick start function will spin up a working cluster, but from the documentation I only see it providing preexisting tables. I would like to create a custom table with all cluster nodes within on docker image. Do you happen to know whether this would be easily achievable or desirable? The reason I'm asking concerns gitlab ci and issues I was having with trying to impose a dependency ordering. From what understand, gitlab ci lack some of docker composes features, such as a restart policy, etcetera.
m
There’s currently the quick-start commands that setup the entire cluster within a single jvm, but it is not docker based. cc: @Xiang Fu
x
You can start an emptyQuickstart. That one command has everything you need
r
Thanks so much I'll look into that.