From f6d4223fa654adf92bbaaa878ced8af40c41a203 Mon Sep 17 00:00:00 2001 From: Arjun Date: Mon, 25 Nov 2024 15:44:37 -0800 Subject: [PATCH] chore: update disk mount docs (#1197) Signed-off-by: Arjun Raja Yogidas --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60119260f..6aceb391a 100644 --- a/README.md +++ b/README.md @@ -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/' here to avoid permission issues. additional_directories: # the path of each additional directory. + # - path: /Users/ # Uncomment and replace if needed - path: /Volumes # vmType: sets which Hypervisor to use to launch the VM. (optional)