Docker error while creating mount source path mkdir permission denied
Used machinist tools for sale near me
Checking the logs sudo docker logs <containerid>. GF_PATHS_DATA='/var/lib/grafana' is not writable. You may have issues with file permissions, more This tells me the folder belong to the user grafana, and have read/write permissions. From that point, I'm stuck. I want to run the container as grafana...
The user must exist in the host and in every container. The host machine kernel is responsible for all users and groups. Not docker and no matter what user you build in a container, it will not have permissions to write to any nfs unless by chance that user and group id accidentally exist on the host machine and already have permission.