Hi, usually working with ubuntu or mac and new to ...
# general
f
Hi, 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/ would someone know how to do a .start file for configuring mountType and mount in windows? Thanks in advance!!