The official druid docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current druid docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Druid is a high performance real-time analytics database. Druid's main value add is to reduce time to insight and action.
Learn more about Druid on Druid Website.
The tag of each druid docker image is consist of the version of druid and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 35.0.0-oe2403sp4 | druid 35.0.0 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 35.0.0-oe2403sp2 | druid 35.0.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 32.0.1-oe2403sp1 | Apache druid 32.0.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Run with the single server deployment, which automatically configures various memory-related parameters based on the available processors and memory, using the default JVM arguments and service-specific runtime properties.
Pull the openeuler/druid image from docker
docker pull openeuler/druid:{Tag}
Start a druid instance
docker run -d -p 8888:8888 --name my-druid openeuler/druid:{Tag}
After the instance my-druid is started, access the web console through http://{ip}:8888.
View container running logs
docker logs -f my-druid
To get an interactive shell
docker exec -it my-druid /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:afe7afb1a…
Size
800.4 MB
Last updated
2 months ago
docker pull openeuler/druidPulls:
15
Last week