Sha256: 1d13a9f63878b1447d7428e04f4edeef014b3adb7b7f2677da3532857b9bc291
Contents?: true
Size: 848 Bytes
Versions: 19
Compression:
Stored size: 848 Bytes
Contents
--- layout: "docs" page_title: "Synced Folders" sidebar_current: "syncedfolder" description: |- 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. --- # 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](/docs/vagrantfile/)) to `/vagrant`. Read the [basic usage](/docs/synced-folders/basic_usage.html) page to get started with synced folders.
Version data entries
19 entries across 15 versions & 4 rubygems