im getting this error when i try to run the dagger cli:
▼ exec docker run --name dagger-engine-v0.18.10 -d --restart always -v /var/lib/dagger --privileged -v /home/pc/.config/dagger/engine.json:/etc/dagger/engine.json registry.dagger.io/engine:v0.18.10 --debug 0.5s ERROR
bd1b2a9f5dcffe33eef1195ab93457c539f740d2c5e4e47d83cc531ab2f0daae
docker: Error response from daemon: failed to create task for container:
to create shim task: OCI runtime create failed: runc create failed: unab
art container process: error during container init: error mounting "/hom
nfig/dagger/engine.json" to rootfs at "/etc/dagger/engine.json": mount /
.config/dagger/engine.json:/etc/dagger/engine.json (via /proc/self/fd/6)
0x5000: not a directory: unknown: Are you trying to mount a directory o
le (or vice-versa)? Check if the specified host path exists and is the e
type.
! failed to run command: exit status 125
Error: start engine: failed to run container: bd1b2a9f5dcffe33eef1195ab93457c539f740d2c5e4e47d83cc531ab2f0daae
docker: 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 "/home/pc/.config/dagger/engine.json" to rootfs at "/etc/dagger/engine.json": mount /home/pc/.config/dagger/engine.json:/etc/dagger/engine.json (via /proc/self/fd/6), 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.
: failed to run command: exit status 125
I tried removing the ./config/dagger to start from scratch but it did not work.
Thanks for the help in advance!