17 lines
541 B
Markdown
17 lines
541 B
Markdown
|
---
|
||
|
sidebar_current: "syncedfolder"
|
||
|
---
|
||
|
|
||
|
# Synced Folders
|
||
|
|
||
|
Synced folders enable Vagrant to sync a folder on the host machine to the
|
||
|
guest machine, allowing you to continue working on your project's files
|
||
|
on your host machine, but use the resources in the guest machine to
|
||
|
compile or run your project.
|
||
|
|
||
|
By default, Vagrant will share your project directory (the directory
|
||
|
with the [Vagrantfile](/v2/vagrantfile/index.html)) to `/vagrant`.
|
||
|
|
||
|
Read the [basic usage](/v2/synced-folders/basic_usage.html) page to get started
|
||
|
with synced folders.
|