mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-21 21:41:31 -06:00
Merge pull request #396 from martinmullins/patch-2
NFS mount documentation, locking issue
This commit is contained in:
commit
f3c2c332aa
@ -881,7 +881,7 @@ Start the Docker-OSX container with the additional flag `--network host`
|
||||
Create and mount the nfs folder from the mac terminal:
|
||||
```
|
||||
mkdir -p ~/mnt
|
||||
sudo mount -t nfs 10.0.2.2:/srv/nfs/share ~/mnt
|
||||
sudo mount_nfs -o locallocks 10.0.2.2:/srv/nfs/share ~/mnt
|
||||
```
|
||||
|
||||
### Share USB Drive into macOS over QEMU
|
||||
|
Loading…
Reference in New Issue
Block a user