Harry Lachenmayer
11/13/2023, 1:12 PMdocker-compose -f docker/clickhouse-setup/docker-compose.yaml up
manually, i get the following output:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/Users/harry/Code/signoz/deploy/docker/clickhouse-setup/custom-function.xml" to rootfs at "/etc/clickhouse-server/custom-function.xml": mount /Users/harry/Code/signoz/deploy/docker/clickhouse-setup/custom-function.xml:/etc/clickhouse-server/custom-function.xml (via /proc/self/fd/9), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
i initially had some error messages related to mounts, but they were resolved by adding the signoz/deploy
directory to the “resources > file sharing” menu in docker desktop.
any ideas? thanks a lot!