Skip to content

Commit

Permalink
chore: update disk mount docs (#1197)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Raja Yogidas <[email protected]>
  • Loading branch information
coderbirju authored Nov 25, 2024
1 parent 712b6a4 commit f6d4223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ creds_helpers:
# 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)
# Note: If your username doesn't match your home directory name, you may need to add '/Users/<username>' here to avoid permission issues.
additional_directories:
# the path of each additional directory.
# - path: /Users/<username> # Uncomment and replace <username> if needed
- path: /Volumes

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

0 comments on commit f6d4223

Please sign in to comment.