I relaunched the container with the correct commands and docker inspect response is:
For me it is right.
Thank you very much both of you!
I relaunched the container with the correct commands and docker inspect response is:
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