QNAP NAS - identity error - The identity files don't exist at the path selected. Please create identity or copy the identity folder at the given path

I relaunched the container with the correct commands and docker inspect response is:

image

For me it is right.

Thank you very much both of you!

To check if you use a -v, or --mount:

docker inspect storagenode -f '{{.HostConfig.Binds}}'

It will be empty, if you use a --mount otherwise will show bindings with -v.

check,is empty.

Thanks a lot

1 Like