Skip to content

Commit f6d4223

Browse files
authored
chore: update disk mount docs (runfinch#1197)
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 712b6a4 commit f6d4223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,10 @@ creds_helpers:
159159
# additional_directories: the work directories that are not supported by default. In macOS, only home directory is supported by default.
160160
# For example, if you want to mount a directory into a container, and that directory is not under your home directory,
161161
# then you'll need to specify this field to add that directory or any ascendant of it as a work directory. (optional)
162+
# Note: If your username doesn't match your home directory name, you may need to add '/Users/<username>' here to avoid permission issues.
162163
additional_directories:
163164
# the path of each additional directory.
165+
# - path: /Users/<username> # Uncomment and replace <username> if needed
164166
- path: /Volumes
165167

166168
# vmType: sets which Hypervisor to use to launch the VM. (optional)

0 commit comments

Comments
 (0)