I have a question because by default in linux docera volumens are created in the directory / var / lib / docker / volumes / Unfortunately, when I run the docker volume create test command, the docker volume is created but it is not visible in the / var / lib / docker / volumes / folder It is visible with the docker volume ls command.
I think someone changed the default path for volume creation. Could you please help me how to restore the default path ??