Skip to content

Commit c97d2e9

Browse files
authored
fix: Mount /var/folders to finch vm (runfinch#525)
Issue #, if available: runfinch#297 *Description of changes:* Mount /var/folders into finch vm automatically to improve compatibility with docker. Docker mount directories <img width="567" alt="image" src="https://github.com/runfinch/finch/assets/69735799/61e561f9-6ac7-4610-9a88-aa044794ce00"> *Testing done:* Yes - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Vishwas Siravara <[email protected]>
1 parent 09d6514 commit c97d2e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: finch.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ mounts:
7676
# 🟢 Builtin default: false
7777
# 🔵 This file: true (only for "/tmp/lima")
7878
writable: true
79+
- location: "/var/folders"
80+
writable: true
81+
# Because readlink /var => private/var
82+
- location: "/private/var/folders"
83+
writable: true
7984

8085
# Lima disks to attach to the instance. The disks will be accessible from inside the
8186
# instance, labeled by name. (e.g. if the disk is named "data", it will be labeled

0 commit comments

Comments
 (0)