You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Peter,
After firing up docker compose, the jenkins container is showing this error:
touch: cannot touch '/var/jenkins_home/copy_reference_file.log': Permission denied
Can not write to /var/jenkins_home/copy_reference_file.log. Wrong volume permissions?
System info:
Windows 10 pro
Intel core i7-8650U CPU @1.90 GHz
Docker 20.10.2
Docker compose 1.27.4
The text was updated successfully, but these errors were encountered:
Hi 👋🏻 @markusamuel@jvalley19
I fixed this by looking into Docker/Preferences/Resources/File Sharing
There you'll see the directories that can be bind mounted into Docker containers, choose one of the present ones and update your docker-compose.yml like /var/Folders/jenkins_home/
Hi Peter,
After firing up docker compose, the jenkins container is showing this error:
touch: cannot touch '/var/jenkins_home/copy_reference_file.log': Permission denied
Can not write to /var/jenkins_home/copy_reference_file.log. Wrong volume permissions?
System info:
Windows 10 pro
Intel core i7-8650U CPU @1.90 GHz
Docker 20.10.2
Docker compose 1.27.4
The text was updated successfully, but these errors were encountered: