Maestro (from Netflix) Docker image
1.7K
Maestro (from Netflix) Docker image.
Built from this GitHub repository.
By default, it uses CockroachDB as a database. So you will need to run CockroachDB first and setup a database first.
docker run \
--name maestro \
--network host \
-p 8080:8080 \
-e CONDUCTOR_CONFIGS_JDBCURL=jdbc:postgresql://localhost:26257/maestro \
-e CONDUCTOR_CONFIGS_JDBCUSERNAME=root \
datacatering/maestro:0.1.0
Can also run via insta-infra:
./run.sh maestro
Content type
Image
Digest
sha256:c2f0fd6fe…
Size
292.1 MB
Last updated
about 2 years ago
docker pull datacatering/maestro:0.1.0