mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Merge 7ca23188a9 into f9e2630d69
This commit is contained in:
commit
ae0e2e365f
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ The SMB synced folder type has a variety of options it accepts:
|
|||
Windows username. If you sign into a domain, specify it as `user@domain`.
|
||||
If this option is not specified, Vagrant will prompt you for it.
|
||||
|
||||
- `smb_id` (string) - The name for the mount point of this synced folder in the
|
||||
guest machine. This shows up when you run `mount` in the guest machine.
|
||||
|
||||
## Example
|
||||
|
||||
The following is an example of using SMB to sync a folder:
|
||||
|
|
|
|||
Loading…
Reference in a new issue