astonishing-king-54889
03/13/2023, 3:03 PM~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml:
But I'm on Windows, what would the correct path on Windows be? I think it could be %appdata%/rancher-dekstop/
but there's no Lima folder in there, should I just create it?jolly-forest-99711
03/13/2023, 4:14 PMquick-keyboard-83126
03/13/2023, 7:23 PMstraight-vr-2696
03/14/2023, 7:31 AMastonishing-king-54889
03/14/2023, 7:54 AMvolumes:
- ${ROOT_DIRECTIORY}/logs:/opt/something/logs
If the directory ${ROOT_DIRECTIORY}/logs
does not exist on the WIndows Host it gets created when I run docker-compose up
and it will be owned by the root user inside the container. The non-root user will only have read access to it
If the directory already exits on the host. The non root user in the container has write rights
I guess there's some difference in how Rancher-Desktop creates the folder on the host as compared to how Docker-Desktop did itquick-keyboard-83126
03/14/2023, 12:07 PMastonishing-king-54889
03/14/2023, 12:21 PMwhite-xylophone-9961
03/14/2023, 9:49 PM