Sha256: e0d8d620a5add6495c0e19f93245457e9d35a40385e52224952a17c8e49d3275

Contents?: true

Size: 716 Bytes

Versions: 4

Compression:

Stored size: 716 Bytes

Contents

# Vagrant-NFS_Guest

Allows a guest VM to export synced folders via NFS and the host to mount them.

Basically it's just the usual NFS synced folders in Vagrant but the roles are reversed.

## Installation

Add this line to your application's Gemfile:

    gem 'vagrant-nfs_guest'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install vagrant-nfs_guest

## Usage

To enable for example:

```config.vm.synced_folder 'srv', '/srv', type: 'nfs_guest'```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-nfs_guest-0.0.4 README.md
vagrant-nfs_guest-0.0.3 README.md
vagrant-nfs_guest-0.0.2 README.md
vagrant-nfs_guest-0.0.1 README.md