Skip to content

Finch not working in /tmp folder #989

Answered by estesp
eshanjain asked this question in Q&A
Discussion options

You must be logged in to vote

only the Mac user's home directory is auto-mounted inside the Finch VM; but you can add more directories as needed through the Finch configuration; the snippet from the docs on adding additional directories (from here):

# additional_directories: the work directories that are not supported by default. In macOS, only home directory is supported by default. 
# For example, if you want to mount a directory into a container, and that directory is not under your home directory, 
# then you'll need to specify this field to add that directory or any ascendant of it as a work directory. (optional)
additional_directories:
  # the path of each additional directory.
  - path: /Volumes

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eshanjain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants