#support

Troubleshooting Docker Issues on Ubuntu 20.04

TLDR Hariharan faced issues setting up a local self-hosted instance using Docker. Srikanth suggested checking the error logs. Issue resolved for Zookeeper, but Clickhouse-server was restarting still.

Powered by Struct AI
3
5mo
Solved
Join the chat
Apr 12, 2023 (5 months ago)
Hariharan
Photo of md5-495cf64247156b2f2ddff76f69688177
Hariharan
02:03 PM
Hello Support, I am trying to set up a local self hosted instance using the docker compose file from the repo. This is on an ubuntu 20.04 machine and docker version 18.06. Running the install.sh fails for the zookeeper container. Any pointers on how to troubleshoot this?
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
02:10 PM
> docker version 18.06
This is quite old. Do you see any error logs from zookeeper when it exits? If you can share more context, that will help us debugging.
Hariharan
Photo of md5-495cf64247156b2f2ddff76f69688177
Hariharan
02:21 PM
I was able to resolve the zookeeper issue, but its the clickhouse-server that is restarting