There are permission problems with using shared folders.
The UID of the user on the server should be the same as that of the user in the Docker image, otherwise there will be access problems to folders and files of the server system.
This PR solved it.
There are permission problems with using shared folders. The UID of the user on the server should be the same as that of the user in the Docker image, otherwise there will be access problems to folders and files of the server system. This PR solved it.