ppopovpoly opened a new issue, #13656: URL: https://github.com/apache/druid/issues/13656
Docker containers (middlemanager, historical, broker, router, coordinator) status - Exited ### Affected Version druid:25.0.0 Debian 10 Docker version 20.10.17, build 100c701 Docker Compose version v2.6.0 ### Description Druid install with Docker docker-compose.yml - https://github.com/apache/druid/blob/25.0.0/distribution/docker/docker-compose.yml environment - https://github.com/apache/druid/blob/25.0.0/distribution/docker/environment 1. docker compose up -d [+] Running 8/8 ⠿ Network druid_default Created ⠿ Container postgres Started ⠿ Container zookeeper Started ⠿ Container coordinator Started ⠿ Container router Started ⠿ Container broker Started ⠿ Container historical Started ⠿ Container middlemanager Started 2. docker ps -a apache/druid:25.0.0 "/druid.sh router" 6 minutes ago Exited (1) 6 minutes ago router apache/druid:25.0.0 "/druid.sh historical" 6 minutes ago Exited (1) 6 minutes ago historical apache/druid:25.0.0 "/druid.sh broker" 6 minutes ago Exited (1) 6 minutes ago broker apache/druid:25.0.0 "/druid.sh middleMan…" 6 minutes ago Exited (1) 6 minutes ago middlemanager apache/druid:25.0.0 "/druid.sh coordinat…" 6 minutes ago Exited (1) 6 minutes ago coordinator 3. docker compose logs middlemanager (and other container with status Exited) mkdir: can't create directory 'var/tmp': Permission denied mkdir: can't create directory 'var/druid/': Permission denied -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
