HybridDevTools / HybridDevTools/d3nver
Set remote to local mount for shared volume
Open
enhancement
- Dominant language
- Go
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Would be great to have something like this in the `config.yml` file :
```yaml
userinfo:
...
mountpoint:
path: '/media/j.doe/d3nver'
type: 'nfs'
...
```
With this, `denver start` would :
* create the folder in path if needed
* mount the shared volume to this mount point
if there is no mountpoint defined in the configuration file, then just skip that part.
:warning: This will need privileges escalation which means `sudo` on Mac/Linux and who knows (UAC?) on Windows.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.