druid icon indicating copy to clipboard operation
druid copied to clipboard

Druid docker Run failing

Open sahdevgupta opened this issue 1 year ago • 2 comments

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 ' for more information on a specific command.

sahdevgupta avatar Aug 22 '24 08:08 sahdevgupta

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.

github-actions[bot] avatar May 30 '25 00:05 github-actions[bot]

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/

gianm avatar Jun 03 '25 20:06 gianm