hey everyone, am trying out signoz for the first t...
# support
h
hey everyone, am trying out signoz for the first time and want to play around with it locally using docker standalone, on macOS 13.6. when running the install script, as well as running
docker-compose -f docker/clickhouse-setup/docker-compose.yaml up
manually, i get the following output:
Copy code
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!