Hey folks - Docker standalone is failing due to a...
# support
a
Hey folks - Docker standalone is failing due to an issue encountered with the ClickHouse Docker container. When attempting to run the ClickHouse Docker container on Oracle Linux 8 with Docker version 24.0.7 and ClickHouse server version 24.1.2-alpine, the following error is encountered:
Processing configuration file '/etc/clickhouse-server/config.xml'.
Poco::Exception. Code: 1000, e.code() = 13, Access to file denied: /etc/clickhouse-server/config.xml
Full log dump: https://gitlab.com/-/snippets/3690972 I attempted to resolve the issue by creating the path /etc/clickhouse-server/ with full permissions . Despite trying to bring up the Docker Compose setup using the root user, the ClickHouse Docker container running on Oracle Linux 8 with Docker version 24.0.7 and ClickHouse server version 24.1.2-alpine still encounters the following error: No luck This issue seems to be related to file permission or access control within the Docker container environment. Any insights or suggestions on how to resolve this issue would be greatly appreciated. Please let me know if further information is required.
Closed
r
@Prashant Shahi @Srikanth Chekuri Can you please take a look at this. Thanks!
p
Permission issue, I see it is already resolved