Hi, tried to ask this in general channel without s...
# rancher-desktop
f
Hi, tried to ask this in general channel without success. Does anyone in this channel has experience with rancher desktop and windows: _________________________________________________________________________________________ usually working with ubuntu or mac and new to windows. In order to get AWS SAM Cli working with rancher i would need to do following provisioning script: override.yaml (using this with mac):
Copy code
mountType: 9p
mounts:
  - location: "/private/var/folders/"
    9p:
      securityModel: mapped-xattr
      cache: "mmap"
but in windows one needs to use .start file: https://docs.rancherdesktop.io/how-to-guides/provisioning-scripts/ Does anyone know how to do that override for mount in windows using those .start files?