Druid docker Run failing
Affected Version 30.0.0
Description Installed docker from https://hub.docker.com/r/apache/druid/tags. Noticed run status on docker is failing.
When starting the docker container I get:
2024-08-22T08:19:26+0000 startup service
Setting 172.17.0.2= in /tmp/conf/druid/cluster/misc/druid.host/runtime.properties
cat: can't open '/tmp/conf/druid/cluster/misc//jvm.config': No such file or directory
usage: druid
Commands are: help Display help information version Returns Druid version information index Run indexing for druid internal Processes that Druid runs "internally", you should rarely use these directly server Run one of the Druid server types. tools Various tools for working with Druid
See 'druid help
This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.
Because Druid is a multi-service system, we're generally expecting the Docker image to be launched using Docker Compose rather than directly. You can check here for a tutorial: https://druid.apache.org/docs/latest/tutorials/docker/